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

Unified Diff: Source/core/core.gypi

Issue 144063004: Add support for DOM4's XMLDocument interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove FIXME about XMLDocument.load() Created 6 years, 11 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
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/core/dom/DOMImplementation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 66d1671fe04044d644a195515bc60b6fdc087bdb..c3f95da03d77b677462a00e9e062a6610e1ff7c9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -88,6 +88,7 @@
'dom/URL.idl',
'dom/WebKitNamedFlow.idl',
'dom/WebKitNamedFlowCollection.idl',
+ 'dom/XMLDocument.idl',
'dom/shadow/ShadowRoot.idl',
'events/AutocompleteErrorEvent.idl',
'events/BeforeLoadEvent.idl',
@@ -2024,6 +2025,8 @@
'dom/SecurityContext.h',
'dom/SelectorQuery.cpp',
'dom/SelectorQuery.h',
+ 'dom/XMLDocument.cpp',
+ 'dom/XMLDocument.h',
'dom/custom/CustomElement.cpp',
'dom/custom/CustomElement.h',
'dom/custom/CustomElementCallbackDispatcher.cpp',
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/core/dom/DOMImplementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698