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

Unified Diff: Source/core/core.gypi

Issue 15856002: First step of HTMLImports (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Mac build 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
« no previous file with comments | « LayoutTests/http/tests/htmlimports/same-origin-expected.txt ('k') | Source/core/css/StyleSheetContents.cpp » ('j') | no next file with comments »
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 75aa23c83151616bd133560e06e741542a7d1926..9c89ed8e82d8254bd20098a0ec5f0b421ddb647d 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2042,6 +2042,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',
@@ -2150,6 +2152,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',
« no previous file with comments | « LayoutTests/http/tests/htmlimports/same-origin-expected.txt ('k') | Source/core/css/StyleSheetContents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698