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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1952893003: Implement custom element construction and some 'define' checks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement feedback. Created 4 years, 7 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: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index dec7840dee48109ae04a81f131f1e86cd4f6a021..c018fef3ef9248836dce2616a1d4ef31922a640e 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2630,6 +2630,8 @@
'dom/XMLDocument.h',
'dom/custom/CustomElement.cpp',
'dom/custom/CustomElement.h',
+ 'dom/custom/CustomElementDefinition.cpp',
+ 'dom/custom/CustomElementDefinition.h',
'dom/custom/CustomElementsRegistry.cpp',
'dom/custom/CustomElementsRegistry.h',
'dom/custom/V0CustomElement.cpp',

Powered by Google App Engine
This is Rietveld 408576698