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

Unified Diff: Source/core/core.gypi

Issue 1060813005: Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | Source/core/dom/ContextFeatures.h » ('j') | Source/core/dom/DocumentSupplementable.h » ('J')
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 ecd7909d7f17dd72b0cf6602ae84674769802afe..0d056681a6a919b1af3113392dde62a312872f4a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1791,6 +1791,7 @@
'page/PageScaleConstraints.cpp',
'page/PageScaleConstraints.h',
'page/PageSerializer.cpp',
+ 'page/PageSupplementable.h',
'page/PageVisibilityState.cpp',
'page/PointerLockController.cpp',
'page/PointerLockController.h',
@@ -2203,6 +2204,7 @@
'dom/DocumentStyleSheetCollection.h',
'dom/DocumentStyleSheetCollector.cpp',
'dom/DocumentStyleSheetCollector.h',
+ 'dom/DocumentSupplementable.h',
tasak 2015/04/22 03:14:48 Added missing dom/DocumentSupplementable.h.
'dom/DocumentTiming.cpp',
'dom/DocumentTiming.h',
'dom/DocumentType.cpp',
« no previous file with comments | « no previous file | Source/core/dom/ContextFeatures.h » ('j') | Source/core/dom/DocumentSupplementable.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698