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 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 "painting/PaintingTasks.cpp", | 869 "painting/PaintingTasks.cpp", |
870 "painting/PaintingTasks.h", | 870 "painting/PaintingTasks.h", |
871 "painting/Picture.cpp", | 871 "painting/Picture.cpp", |
872 "painting/Picture.h", | 872 "painting/Picture.h", |
873 "painting/PictureRecorder.cpp", | 873 "painting/PictureRecorder.cpp", |
874 "painting/PictureRecorder.h", | 874 "painting/PictureRecorder.h", |
875 "painting/Point.cpp", | 875 "painting/Point.cpp", |
876 "painting/Point.h", | 876 "painting/Point.h", |
877 "painting/Rect.cpp", | 877 "painting/Rect.cpp", |
878 "painting/Rect.h", | 878 "painting/Rect.h", |
| 879 "painting/RRect.cpp", |
| 880 "painting/RRect.h", |
879 "painting/TransferMode.cpp", | 881 "painting/TransferMode.cpp", |
880 "painting/TransferMode.h", | 882 "painting/TransferMode.h", |
881 "rendering/BidiRun.h", | 883 "rendering/BidiRun.h", |
882 "rendering/BidiRunForLine.cpp", | 884 "rendering/BidiRunForLine.cpp", |
883 "rendering/BidiRunForLine.h", | 885 "rendering/BidiRunForLine.h", |
884 "rendering/break_lines.cpp", | 886 "rendering/break_lines.cpp", |
885 "rendering/break_lines.h", | 887 "rendering/break_lines.h", |
886 "rendering/ClipPathOperation.h", | 888 "rendering/ClipPathOperation.h", |
887 "rendering/ClipRect.cpp", | 889 "rendering/ClipRect.cpp", |
888 "rendering/ClipRect.h", | 890 "rendering/ClipRect.h", |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1146 "painting/Image.idl", | 1148 "painting/Image.idl", |
1147 "painting/LayerDrawLooperBuilder.idl", | 1149 "painting/LayerDrawLooperBuilder.idl", |
1148 "painting/LayoutRoot.idl", | 1150 "painting/LayoutRoot.idl", |
1149 "painting/MaskFilter.idl", | 1151 "painting/MaskFilter.idl", |
1150 "painting/Paint.idl", | 1152 "painting/Paint.idl", |
1151 "painting/PaintingCallback.idl", | 1153 "painting/PaintingCallback.idl", |
1152 "painting/PaintingContext.idl", | 1154 "painting/PaintingContext.idl", |
1153 "painting/Path.idl", | 1155 "painting/Path.idl", |
1154 "painting/Picture.idl", | 1156 "painting/Picture.idl", |
1155 "painting/PictureRecorder.idl", | 1157 "painting/PictureRecorder.idl", |
| 1158 "painting/RRect.idl", |
1156 "view/BeginFrameCallback.idl", | 1159 "view/BeginFrameCallback.idl", |
1157 "view/EventCallback.idl", | 1160 "view/EventCallback.idl", |
1158 "view/View.idl", | 1161 "view/View.idl", |
1159 ], | 1162 ], |
1160 "abspath") | 1163 "abspath") |
1161 | 1164 |
1162 core_dart_files = get_path_info([ | 1165 core_dart_files = get_path_info([ |
1163 "painting/Color.dart", | 1166 "painting/Color.dart", |
1164 "painting/PaintingStyle.dart", | 1167 "painting/PaintingStyle.dart", |
1165 "painting/Point.dart", | 1168 "painting/Point.dart", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1198 "events/HashChangeEvent.idl", | 1201 "events/HashChangeEvent.idl", |
1199 "events/KeyboardEvent.idl", | 1202 "events/KeyboardEvent.idl", |
1200 "events/PageTransitionEvent.idl", | 1203 "events/PageTransitionEvent.idl", |
1201 "events/PointerEvent.idl", | 1204 "events/PointerEvent.idl", |
1202 "events/TextEvent.idl", | 1205 "events/TextEvent.idl", |
1203 "events/TransitionEvent.idl", | 1206 "events/TransitionEvent.idl", |
1204 "events/UIEvent.idl", | 1207 "events/UIEvent.idl", |
1205 "events/WheelEvent.idl", | 1208 "events/WheelEvent.idl", |
1206 ], | 1209 ], |
1207 "abspath") | 1210 "abspath") |
OLD | NEW |