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

Unified Diff: sky/engine/core/core.gni

Issue 681983005: Basic implementation of <import> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Works Created 6 years, 1 month 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: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index 14b5195cf4fa43776b6abb746e7beee107b790b6..afffcf52c161e06c3813efa8016effe83d861548 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -758,6 +758,8 @@ sky_core_files = [
"html/HTMLImageElement.h",
"html/HTMLImageLoader.cpp",
"html/HTMLImageLoader.h",
+ "html/HTMLImportElement.cpp",
+ "html/HTMLImportElement.h",
"html/HTMLLinkElement.cpp",
"html/HTMLLinkElement.h",
"html/HTMLMediaElement.cpp",
@@ -1268,6 +1270,7 @@ core_idl_files = get_path_info([
"html/HTMLDocument.idl",
"html/HTMLElement.idl",
"html/HTMLImageElement.idl",
+ "html/HTMLImportElement.idl",
"html/HTMLLinkElement.idl",
"html/HTMLMediaElement.idl",
"html/HTMLMetaElement.idl",

Powered by Google App Engine
This is Rietveld 408576698