Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: Source/core/core.gypi

Issue 17239008: Remove XPathException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 84976aae5dd4cc7cf787218553338d4a6b099326..a85b54ecdd69bec6fec0dc0b4921939b9ae7127b 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -310,7 +310,6 @@
'xml/XMLHttpRequestUpload.idl',
'xml/XMLSerializer.idl',
'xml/XPathEvaluator.idl',
- 'xml/XPathException.idl',
'xml/XPathExpression.idl',
'xml/XPathNSResolver.idl',
'xml/XPathResult.idl',
@@ -1618,8 +1617,6 @@
'xml/XMLTreeViewer.h',
'xml/XPathEvaluator.cpp',
'xml/XPathEvaluator.h',
- 'xml/XPathException.cpp',
- 'xml/XPathException.h',
'xml/XPathExpression.cpp',
'xml/XPathExpression.h',
'xml/XPathExpressionNode.cpp',

Powered by Google App Engine
This is Rietveld 408576698