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

Unified Diff: Source/core/core.gypi

Issue 15856002: First step of HTMLImports (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 d3d00cee5aa8ee2a751d6b96299caae0ac09d0a8..0a6ec54d1e10a8e1411eab7303b858db9e1c7aa5 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2035,6 +2035,8 @@
'html/HTMLImageElement.h',
'html/HTMLImageLoader.cpp',
'html/HTMLImageLoader.h',
+ 'html/HTMLImports.cpp',
+ 'html/HTMLImports.h',
'html/HTMLInputElement.cpp',
'html/HTMLKeygenElement.cpp',
'html/HTMLKeygenElement.h',
@@ -2143,6 +2145,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