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

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: Update newly added test 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index d29cdfa550685d6ce89554ab84e8f1e10339ff99..13aa2cedd04e2e5a320f46840386e7299e5df24e 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',
@@ -2025,6 +2026,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',

Powered by Google App Engine
This is Rietveld 408576698