| 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",
|
|
|