| 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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 845 "painting/CanvasPath.cpp", | 845 "painting/CanvasPath.cpp", |
| 846 "painting/CanvasPath.h", | 846 "painting/CanvasPath.h", |
| 847 "painting/ColorFilter.cpp", | 847 "painting/ColorFilter.cpp", |
| 848 "painting/ColorFilter.h", | 848 "painting/ColorFilter.h", |
| 849 "painting/DrawLooper.cpp", | 849 "painting/DrawLooper.cpp", |
| 850 "painting/DrawLooper.h", | 850 "painting/DrawLooper.h", |
| 851 "painting/DrawLooperAddLayerCallback.cpp", | 851 "painting/DrawLooperAddLayerCallback.cpp", |
| 852 "painting/DrawLooperAddLayerCallback.h", | 852 "painting/DrawLooperAddLayerCallback.h", |
| 853 "painting/DrawLooperLayerInfo.cpp", | 853 "painting/DrawLooperLayerInfo.cpp", |
| 854 "painting/DrawLooperLayerInfo.h", | 854 "painting/DrawLooperLayerInfo.h", |
| 855 "painting/CanvasGradient.cpp", |
| 856 "painting/CanvasGradient.h", |
| 855 "painting/LayerDrawLooperBuilder.cpp", | 857 "painting/LayerDrawLooperBuilder.cpp", |
| 856 "painting/LayerDrawLooperBuilder.h", | 858 "painting/LayerDrawLooperBuilder.h", |
| 857 "painting/LayoutRoot.cpp", | 859 "painting/LayoutRoot.cpp", |
| 858 "painting/LayoutRoot.h", | 860 "painting/LayoutRoot.h", |
| 859 "painting/MaskFilter.cpp", | 861 "painting/MaskFilter.cpp", |
| 860 "painting/MaskFilter.h", | 862 "painting/MaskFilter.h", |
| 861 "painting/Paint.cpp", | 863 "painting/Paint.cpp", |
| 862 "painting/Paint.h", | 864 "painting/Paint.h", |
| 863 "painting/PaintingCallback.cpp", | 865 "painting/PaintingCallback.cpp", |
| 864 "painting/PaintingCallback.h", | 866 "painting/PaintingCallback.h", |
| 865 "painting/PaintingContext.cpp", | 867 "painting/PaintingContext.cpp", |
| 866 "painting/PaintingContext.h", | 868 "painting/PaintingContext.h", |
| 867 "painting/PaintingTasks.cpp", | 869 "painting/PaintingTasks.cpp", |
| 868 "painting/PaintingTasks.h", | 870 "painting/PaintingTasks.h", |
| 869 "painting/Picture.cpp", | 871 "painting/Picture.cpp", |
| 870 "painting/Picture.h", | 872 "painting/Picture.h", |
| 871 "painting/PictureRecorder.cpp", | 873 "painting/PictureRecorder.cpp", |
| 872 "painting/PictureRecorder.h", | 874 "painting/PictureRecorder.h", |
| 873 "painting/Point.cpp", | 875 "painting/Point.cpp", |
| 874 "painting/Point.h", | 876 "painting/Point.h", |
| 875 "painting/Rect.cpp", | 877 "painting/Rect.cpp", |
| 876 "painting/Rect.h", | 878 "painting/Rect.h", |
| 879 "painting/Shader.cpp", |
| 880 "painting/Shader.h", |
| 877 "painting/TransferMode.cpp", | 881 "painting/TransferMode.cpp", |
| 878 "painting/TransferMode.h", | 882 "painting/TransferMode.h", |
| 879 "rendering/BidiRun.h", | 883 "rendering/BidiRun.h", |
| 880 "rendering/BidiRunForLine.cpp", | 884 "rendering/BidiRunForLine.cpp", |
| 881 "rendering/BidiRunForLine.h", | 885 "rendering/BidiRunForLine.h", |
| 882 "rendering/break_lines.cpp", | 886 "rendering/break_lines.cpp", |
| 883 "rendering/break_lines.h", | 887 "rendering/break_lines.h", |
| 884 "rendering/ClipPathOperation.h", | 888 "rendering/ClipPathOperation.h", |
| 885 "rendering/ClipRect.cpp", | 889 "rendering/ClipRect.cpp", |
| 886 "rendering/ClipRect.h", | 890 "rendering/ClipRect.h", |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1134 "html/TextMetrics.idl", | 1138 "html/TextMetrics.idl", |
| 1135 "html/VoidCallback.idl", | 1139 "html/VoidCallback.idl", |
| 1136 "layout/LayoutCallback.idl", | 1140 "layout/LayoutCallback.idl", |
| 1137 "loader/ImageLoader.idl", | 1141 "loader/ImageLoader.idl", |
| 1138 "loader/ImageLoaderCallback.idl", | 1142 "loader/ImageLoaderCallback.idl", |
| 1139 "painting/Canvas.idl", | 1143 "painting/Canvas.idl", |
| 1140 "painting/ColorFilter.idl", | 1144 "painting/ColorFilter.idl", |
| 1141 "painting/DrawLooper.idl", | 1145 "painting/DrawLooper.idl", |
| 1142 "painting/DrawLooperAddLayerCallback.idl", | 1146 "painting/DrawLooperAddLayerCallback.idl", |
| 1143 "painting/DrawLooperLayerInfo.idl", | 1147 "painting/DrawLooperLayerInfo.idl", |
| 1148 "painting/Gradient.idl", |
| 1144 "painting/Image.idl", | 1149 "painting/Image.idl", |
| 1145 "painting/LayerDrawLooperBuilder.idl", | 1150 "painting/LayerDrawLooperBuilder.idl", |
| 1146 "painting/LayoutRoot.idl", | 1151 "painting/LayoutRoot.idl", |
| 1147 "painting/MaskFilter.idl", | 1152 "painting/MaskFilter.idl", |
| 1148 "painting/Paint.idl", | 1153 "painting/Paint.idl", |
| 1149 "painting/PaintingCallback.idl", | 1154 "painting/PaintingCallback.idl", |
| 1150 "painting/PaintingContext.idl", | 1155 "painting/PaintingContext.idl", |
| 1151 "painting/Path.idl", | 1156 "painting/Path.idl", |
| 1152 "painting/Picture.idl", | 1157 "painting/Picture.idl", |
| 1153 "painting/PictureRecorder.idl", | 1158 "painting/PictureRecorder.idl", |
| 1159 "painting/Shader.idl", |
| 1154 "view/BeginFrameCallback.idl", | 1160 "view/BeginFrameCallback.idl", |
| 1155 "view/EventCallback.idl", | 1161 "view/EventCallback.idl", |
| 1156 "view/View.idl", | 1162 "view/View.idl", |
| 1157 ], | 1163 ], |
| 1158 "abspath") | 1164 "abspath") |
| 1159 | 1165 |
| 1160 core_dart_files = get_path_info([ | 1166 core_dart_files = get_path_info([ |
| 1161 "painting/Color.dart", | 1167 "painting/Color.dart", |
| 1162 "painting/Point.dart", | 1168 "painting/Point.dart", |
| 1163 "painting/Rect.dart", | 1169 "painting/Rect.dart", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1195 "events/HashChangeEvent.idl", | 1201 "events/HashChangeEvent.idl", |
| 1196 "events/KeyboardEvent.idl", | 1202 "events/KeyboardEvent.idl", |
| 1197 "events/PageTransitionEvent.idl", | 1203 "events/PageTransitionEvent.idl", |
| 1198 "events/PointerEvent.idl", | 1204 "events/PointerEvent.idl", |
| 1199 "events/TextEvent.idl", | 1205 "events/TextEvent.idl", |
| 1200 "events/TransitionEvent.idl", | 1206 "events/TransitionEvent.idl", |
| 1201 "events/UIEvent.idl", | 1207 "events/UIEvent.idl", |
| 1202 "events/WheelEvent.idl", | 1208 "events/WheelEvent.idl", |
| 1203 ], | 1209 ], |
| 1204 "abspath") | 1210 "abspath") |
| OLD | NEW |