| 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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 "painting/LayoutRoot.cpp", | 859 "painting/LayoutRoot.cpp", |
| 860 "painting/LayoutRoot.h", | 860 "painting/LayoutRoot.h", |
| 861 "painting/MaskFilter.cpp", | 861 "painting/MaskFilter.cpp", |
| 862 "painting/MaskFilter.h", | 862 "painting/MaskFilter.h", |
| 863 "painting/Paint.cpp", | 863 "painting/Paint.cpp", |
| 864 "painting/Paint.h", | 864 "painting/Paint.h", |
| 865 "painting/PaintingCallback.cpp", | 865 "painting/PaintingCallback.cpp", |
| 866 "painting/PaintingCallback.h", | 866 "painting/PaintingCallback.h", |
| 867 "painting/PaintingContext.cpp", | 867 "painting/PaintingContext.cpp", |
| 868 "painting/PaintingContext.h", | 868 "painting/PaintingContext.h", |
| 869 "painting/PaintingStyle.cpp", | |
| 870 "painting/PaintingStyle.h", | 869 "painting/PaintingStyle.h", |
| 871 "painting/PaintingTasks.cpp", | 870 "painting/PaintingTasks.cpp", |
| 872 "painting/PaintingTasks.h", | 871 "painting/PaintingTasks.h", |
| 873 "painting/Picture.cpp", | 872 "painting/Picture.cpp", |
| 874 "painting/Picture.h", | 873 "painting/Picture.h", |
| 875 "painting/PictureRecorder.cpp", | 874 "painting/PictureRecorder.cpp", |
| 876 "painting/PictureRecorder.h", | 875 "painting/PictureRecorder.h", |
| 877 "painting/Point.cpp", | 876 "painting/Point.cpp", |
| 878 "painting/Point.h", | 877 "painting/Point.h", |
| 879 "painting/Rect.cpp", | 878 "painting/Rect.cpp", |
| 880 "painting/Rect.h", | 879 "painting/Rect.h", |
| 881 "painting/RRect.cpp", | 880 "painting/RRect.cpp", |
| 882 "painting/RRect.h", | 881 "painting/RRect.h", |
| 883 "painting/Shader.cpp", | 882 "painting/Shader.cpp", |
| 884 "painting/Shader.h", | 883 "painting/Shader.h", |
| 885 "painting/TransferMode.cpp", | |
| 886 "painting/TransferMode.h", | 884 "painting/TransferMode.h", |
| 887 "rendering/BidiRun.h", | 885 "rendering/BidiRun.h", |
| 888 "rendering/BidiRunForLine.cpp", | 886 "rendering/BidiRunForLine.cpp", |
| 889 "rendering/BidiRunForLine.h", | 887 "rendering/BidiRunForLine.h", |
| 890 "rendering/break_lines.cpp", | 888 "rendering/break_lines.cpp", |
| 891 "rendering/break_lines.h", | 889 "rendering/break_lines.h", |
| 892 "rendering/ClipPathOperation.h", | 890 "rendering/ClipPathOperation.h", |
| 893 "rendering/ClipRect.cpp", | 891 "rendering/ClipRect.cpp", |
| 894 "rendering/ClipRect.h", | 892 "rendering/ClipRect.h", |
| 895 "rendering/ClipRects.h", | 893 "rendering/ClipRects.h", |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1210 "events/HashChangeEvent.idl", | 1208 "events/HashChangeEvent.idl", |
| 1211 "events/KeyboardEvent.idl", | 1209 "events/KeyboardEvent.idl", |
| 1212 "events/PageTransitionEvent.idl", | 1210 "events/PageTransitionEvent.idl", |
| 1213 "events/PointerEvent.idl", | 1211 "events/PointerEvent.idl", |
| 1214 "events/TextEvent.idl", | 1212 "events/TextEvent.idl", |
| 1215 "events/TransitionEvent.idl", | 1213 "events/TransitionEvent.idl", |
| 1216 "events/UIEvent.idl", | 1214 "events/UIEvent.idl", |
| 1217 "events/WheelEvent.idl", | 1215 "events/WheelEvent.idl", |
| 1218 ], | 1216 ], |
| 1219 "abspath") | 1217 "abspath") |
| OLD | NEW |