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 991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1002 "rendering/style/StyleVisualData.h", | 1002 "rendering/style/StyleVisualData.h", |
1003 "rendering/style/StyleWillChangeData.cpp", | 1003 "rendering/style/StyleWillChangeData.cpp", |
1004 "rendering/style/StyleWillChangeData.h", | 1004 "rendering/style/StyleWillChangeData.h", |
1005 "rendering/SubtreeLayoutScope.cpp", | 1005 "rendering/SubtreeLayoutScope.cpp", |
1006 "rendering/SubtreeLayoutScope.h", | 1006 "rendering/SubtreeLayoutScope.h", |
1007 "rendering/TextRunConstructor.cpp", | 1007 "rendering/TextRunConstructor.cpp", |
1008 "rendering/TextRunConstructor.h", | 1008 "rendering/TextRunConstructor.h", |
1009 "rendering/VerticalPositionCache.h", | 1009 "rendering/VerticalPositionCache.h", |
1010 "script/dart_controller.cc", | 1010 "script/dart_controller.cc", |
1011 "script/dart_controller.h", | 1011 "script/dart_controller.h", |
| 1012 "script/dart_debugger.cc", |
| 1013 "script/dart_debugger.h", |
1012 "script/dart_dependency_catcher.cc", | 1014 "script/dart_dependency_catcher.cc", |
1013 "script/dart_dependency_catcher.h", | 1015 "script/dart_dependency_catcher.h", |
1014 "script/dart_loader.cc", | 1016 "script/dart_loader.cc", |
1015 "script/dart_loader.h", | 1017 "script/dart_loader.h", |
| 1018 "script/dart_service_isolate.cc", |
| 1019 "script/dart_service_isolate.h", |
1016 "script/dom_dart_state.cc", | 1020 "script/dom_dart_state.cc", |
1017 "script/dom_dart_state.h", | 1021 "script/dom_dart_state.h", |
| 1022 "script/monitor.h", |
1018 ] | 1023 ] |
1019 | 1024 |
1020 core_idl_files = get_path_info([ | 1025 core_idl_files = get_path_info([ |
1021 "animation/Animation.idl", | 1026 "animation/Animation.idl", |
1022 "animation/AnimationEffect.idl", | 1027 "animation/AnimationEffect.idl", |
1023 "animation/AnimationNode.idl", | 1028 "animation/AnimationNode.idl", |
1024 "animation/AnimationPlayer.idl", | 1029 "animation/AnimationPlayer.idl", |
1025 "animation/AnimationTimeline.idl", | 1030 "animation/AnimationTimeline.idl", |
1026 "animation/Timing.idl", | 1031 "animation/Timing.idl", |
1027 "css/CSS.idl", | 1032 "css/CSS.idl", |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1125 "events/HashChangeEvent.idl", | 1130 "events/HashChangeEvent.idl", |
1126 "events/KeyboardEvent.idl", | 1131 "events/KeyboardEvent.idl", |
1127 "events/PageTransitionEvent.idl", | 1132 "events/PageTransitionEvent.idl", |
1128 "events/PointerEvent.idl", | 1133 "events/PointerEvent.idl", |
1129 "events/TextEvent.idl", | 1134 "events/TextEvent.idl", |
1130 "events/TransitionEvent.idl", | 1135 "events/TransitionEvent.idl", |
1131 "events/UIEvent.idl", | 1136 "events/UIEvent.idl", |
1132 "events/WheelEvent.idl", | 1137 "events/WheelEvent.idl", |
1133 ], | 1138 ], |
1134 "abspath") | 1139 "abspath") |
OLD | NEW |