OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 sky_core_output_dir = "$root_gen_dir/sky/core" | 5 sky_core_output_dir = "$root_gen_dir/sky/core" |
6 | 6 |
7 sky_core_files = [ | 7 sky_core_files = [ |
8 "Init.cpp", | 8 "Init.cpp", |
9 "Init.h", | 9 "Init.h", |
10 "animation/ActiveAnimations.cpp", | 10 "animation/ActiveAnimations.cpp", |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 "animation/css/CSSTimingData.cpp", | 110 "animation/css/CSSTimingData.cpp", |
111 "animation/css/CSSTimingData.h", | 111 "animation/css/CSSTimingData.h", |
112 "animation/css/CSSTransitionData.cpp", | 112 "animation/css/CSSTransitionData.cpp", |
113 "animation/css/CSSTransitionData.h", | 113 "animation/css/CSSTransitionData.h", |
114 "app/AbstractModule.cpp", | 114 "app/AbstractModule.cpp", |
115 "app/AbstractModule.h", | 115 "app/AbstractModule.h", |
116 "app/Application.cpp", | 116 "app/Application.cpp", |
117 "app/Application.h", | 117 "app/Application.h", |
118 "app/Module.cpp", | 118 "app/Module.cpp", |
119 "app/Module.h", | 119 "app/Module.h", |
| 120 "app/ModuleLoader.cpp", |
| 121 "app/ModuleLoader.h", |
120 "css/BasicShapeFunctions.cpp", | 122 "css/BasicShapeFunctions.cpp", |
121 "css/BinaryDataFontFaceSource.cpp", | 123 "css/BinaryDataFontFaceSource.cpp", |
122 "css/BinaryDataFontFaceSource.h", | 124 "css/BinaryDataFontFaceSource.h", |
123 "css/CSSAspectRatioValue.cpp", | 125 "css/CSSAspectRatioValue.cpp", |
124 "css/CSSAspectRatioValue.h", | 126 "css/CSSAspectRatioValue.h", |
125 "css/CSSBasicShapes.cpp", | 127 "css/CSSBasicShapes.cpp", |
126 "css/CSSBorderImage.cpp", | 128 "css/CSSBorderImage.cpp", |
127 "css/CSSBorderImage.h", | 129 "css/CSSBorderImage.h", |
128 "css/CSSBorderImageSliceValue.cpp", | 130 "css/CSSBorderImageSliceValue.cpp", |
129 "css/CSSBorderImageSliceValue.h", | 131 "css/CSSBorderImageSliceValue.h", |
(...skipping 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1305 "events/ProgressEvent.idl", | 1307 "events/ProgressEvent.idl", |
1306 "events/ResourceProgressEvent.idl", | 1308 "events/ResourceProgressEvent.idl", |
1307 "events/TextEvent.idl", | 1309 "events/TextEvent.idl", |
1308 "events/TouchEvent.idl", | 1310 "events/TouchEvent.idl", |
1309 "events/TransitionEvent.idl", | 1311 "events/TransitionEvent.idl", |
1310 "events/UIEvent.idl", | 1312 "events/UIEvent.idl", |
1311 "events/AnimationEvent.idl", | 1313 "events/AnimationEvent.idl", |
1312 "events/WheelEvent.idl", | 1314 "events/WheelEvent.idl", |
1313 "html/canvas/WebGLContextEvent.idl", | 1315 "html/canvas/WebGLContextEvent.idl", |
1314 ], "abspath") | 1316 ], "abspath") |
OLD | NEW |