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

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

Issue 697873007: Add Module and Application interfaces (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 2f2dff3420c5b49626c1ff779fe64c5cffe67771..929e11f15d79e11b39dc9546d3e44d458f4ef3ce 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -111,6 +111,12 @@ sky_core_files = [
"animation/css/CSSTimingData.h",
"animation/css/CSSTransitionData.cpp",
"animation/css/CSSTransitionData.h",
+ "app/AbstractModule.cpp",
+ "app/AbstractModule.h",
+ "app/Application.cpp",
+ "app/Application.h",
+ "app/Module.cpp",
+ "app/Module.h",
"css/BasicShapeFunctions.cpp",
"css/BinaryDataFontFaceSource.cpp",
"css/BinaryDataFontFaceSource.h",
@@ -1135,6 +1141,9 @@ core_idl_files = get_path_info([
"animation/AnimationNode.idl",
"animation/AnimationTimeline.idl",
"animation/Timing.idl",
+ "app/AbstractModule.idl",
+ "app/Application.idl",
+ "app/Module.idl",
"css/CSS.idl",
"css/CSSFontFaceRule.idl",
"css/CSSKeyframeRule.idl",

Powered by Google App Engine
This is Rietveld 408576698