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

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: Add layout 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 ec0faa5c7711a521892eb3600101a5c36b217793..d3b69e357cf2a8a692762dd6d6cc4fa910beb6e6 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',

Powered by Google App Engine
This is Rietveld 408576698