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 "animation/ActiveAnimations.cpp", | 8 "animation/ActiveAnimations.cpp", |
9 "animation/ActiveAnimations.h", | 9 "animation/ActiveAnimations.h", |
10 "animation/animatable/AnimatableClipPathOperation.cpp", | 10 "animation/animatable/AnimatableClipPathOperation.cpp", |
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1051 "script/dart_controller.cc", | 1051 "script/dart_controller.cc", |
1052 "script/dart_controller.h", | 1052 "script/dart_controller.h", |
1053 "script/dart_debugger.cc", | 1053 "script/dart_debugger.cc", |
1054 "script/dart_debugger.h", | 1054 "script/dart_debugger.h", |
1055 "script/dart_dependency_catcher.cc", | 1055 "script/dart_dependency_catcher.cc", |
1056 "script/dart_dependency_catcher.h", | 1056 "script/dart_dependency_catcher.h", |
1057 "script/dart_loader.cc", | 1057 "script/dart_loader.cc", |
1058 "script/dart_loader.h", | 1058 "script/dart_loader.h", |
1059 "script/dart_service_isolate.cc", | 1059 "script/dart_service_isolate.cc", |
1060 "script/dart_service_isolate.h", | 1060 "script/dart_service_isolate.h", |
| 1061 "script/dart_snapshot_loader.cc", |
| 1062 "script/dart_snapshot_loader.h", |
1061 "script/dom_dart_state.cc", | 1063 "script/dom_dart_state.cc", |
1062 "script/dom_dart_state.h", | 1064 "script/dom_dart_state.h", |
1063 "script/monitor.h", | 1065 "script/monitor.h", |
1064 "view/BeginFrameCallback.h", | 1066 "view/BeginFrameCallback.h", |
1065 "view/EventCallback.h", | 1067 "view/EventCallback.h", |
1066 "view/View.cpp", | 1068 "view/View.cpp", |
1067 "view/View.h", | 1069 "view/View.h", |
1068 ] | 1070 ] |
1069 | 1071 |
1070 core_idl_files = get_path_info([ | 1072 core_idl_files = get_path_info([ |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1209 "events/HashChangeEvent.idl", | 1211 "events/HashChangeEvent.idl", |
1210 "events/KeyboardEvent.idl", | 1212 "events/KeyboardEvent.idl", |
1211 "events/PageTransitionEvent.idl", | 1213 "events/PageTransitionEvent.idl", |
1212 "events/PointerEvent.idl", | 1214 "events/PointerEvent.idl", |
1213 "events/TextEvent.idl", | 1215 "events/TextEvent.idl", |
1214 "events/TransitionEvent.idl", | 1216 "events/TransitionEvent.idl", |
1215 "events/UIEvent.idl", | 1217 "events/UIEvent.idl", |
1216 "events/WheelEvent.idl", | 1218 "events/WheelEvent.idl", |
1217 ], | 1219 ], |
1218 "abspath") | 1220 "abspath") |
OLD | NEW |