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

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

Issue 1815643002: Introduce DocumentOrShadowRoot Mixin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@debug
Patch Set: fix typo Created 4 years, 9 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 24dff8a5877222e8470d0bbd6615e4e6a489a19f..3d75825174f9cf18ce816e86aecbb186610fbefc 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -422,6 +422,7 @@
'css/DocumentFontFaceSet.idl',
'dom/ChildNode.idl',
'dom/DocumentFullscreen.idl',
+ 'dom/DocumentOrShadowRoot.idl',
'dom/ElementFullscreen.idl',
'dom/GlobalEventHandlers.idl',
'dom/NonDocumentTypeChildNode.idl',
@@ -2409,6 +2410,7 @@
'dom/DocumentLifecycleNotifier.cpp',
'dom/DocumentLifecycleNotifier.h',
'dom/DocumentLifecycleObserver.h',
+ 'dom/DocumentOrShadowRoot.h',
'dom/DocumentOrderedList.cpp',
'dom/DocumentOrderedList.h',
'dom/DocumentOrderedMap.cpp',

Powered by Google App Engine
This is Rietveld 408576698