| 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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 "painting/PaintingCallback.cpp", | 852 "painting/PaintingCallback.cpp", |
| 853 "painting/PaintingCallback.h", | 853 "painting/PaintingCallback.h", |
| 854 "painting/PaintingContext.cpp", | 854 "painting/PaintingContext.cpp", |
| 855 "painting/PaintingContext.h", | 855 "painting/PaintingContext.h", |
| 856 "painting/PaintingTasks.cpp", | 856 "painting/PaintingTasks.cpp", |
| 857 "painting/PaintingTasks.h", | 857 "painting/PaintingTasks.h", |
| 858 "painting/Picture.cpp", | 858 "painting/Picture.cpp", |
| 859 "painting/Picture.h", | 859 "painting/Picture.h", |
| 860 "painting/PictureRecorder.cpp", | 860 "painting/PictureRecorder.cpp", |
| 861 "painting/PictureRecorder.h", | 861 "painting/PictureRecorder.h", |
| 862 "painting/Point.cpp", |
| 863 "painting/Point.h", |
| 862 "painting/Rect.cpp", | 864 "painting/Rect.cpp", |
| 863 "painting/Rect.h", | 865 "painting/Rect.h", |
| 864 "rendering/BidiRun.h", | 866 "rendering/BidiRun.h", |
| 865 "rendering/BidiRunForLine.cpp", | 867 "rendering/BidiRunForLine.cpp", |
| 866 "rendering/BidiRunForLine.h", | 868 "rendering/BidiRunForLine.h", |
| 867 "rendering/break_lines.cpp", | 869 "rendering/break_lines.cpp", |
| 868 "rendering/break_lines.h", | 870 "rendering/break_lines.h", |
| 869 "rendering/ClipPathOperation.h", | 871 "rendering/ClipPathOperation.h", |
| 870 "rendering/ClipRect.cpp", | 872 "rendering/ClipRect.cpp", |
| 871 "rendering/ClipRect.h", | 873 "rendering/ClipRect.h", |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1172 "events/HashChangeEvent.idl", | 1174 "events/HashChangeEvent.idl", |
| 1173 "events/KeyboardEvent.idl", | 1175 "events/KeyboardEvent.idl", |
| 1174 "events/PageTransitionEvent.idl", | 1176 "events/PageTransitionEvent.idl", |
| 1175 "events/PointerEvent.idl", | 1177 "events/PointerEvent.idl", |
| 1176 "events/TextEvent.idl", | 1178 "events/TextEvent.idl", |
| 1177 "events/TransitionEvent.idl", | 1179 "events/TransitionEvent.idl", |
| 1178 "events/UIEvent.idl", | 1180 "events/UIEvent.idl", |
| 1179 "events/WheelEvent.idl", | 1181 "events/WheelEvent.idl", |
| 1180 ], | 1182 ], |
| 1181 "abspath") | 1183 "abspath") |
| OLD | NEW |