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

Unified Diff: Source/core/core.gypi

Issue 15856002: First step of HTMLImports (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comments. Created 7 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index d960ae8fad6e12613c77ca50910c99bbf7ee2bd7..42c91c25c805c1226268d8a866c761fc6125e4e9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2039,6 +2039,8 @@
'html/HTMLImageElement.h',
'html/HTMLImageLoader.cpp',
'html/HTMLImageLoader.h',
+ 'html/HTMLImportsController.cpp',
+ 'html/HTMLImportsController.h',
'html/HTMLInputElement.cpp',
'html/HTMLKeygenElement.cpp',
'html/HTMLKeygenElement.h',
@@ -2147,6 +2149,8 @@
'html/LabelsNodeList.h',
'html/LinkRelAttribute.cpp',
'html/LinkRelAttribute.h',
+ 'html/LinkResource.cpp',
+ 'html/LinkResource.h',
'html/MediaController.cpp',
'html/MediaController.h',
'html/MediaDocument.cpp',

Powered by Google App Engine
This is Rietveld 408576698