| 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 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1040 "page/Page.h", | 1040 "page/Page.h", |
| 1041 "page/PageAnimator.cpp", | 1041 "page/PageAnimator.cpp", |
| 1042 "page/PageAnimator.h", | 1042 "page/PageAnimator.h", |
| 1043 "page/PageLifecycleNotifier.cpp", | 1043 "page/PageLifecycleNotifier.cpp", |
| 1044 "page/PageLifecycleNotifier.h", | 1044 "page/PageLifecycleNotifier.h", |
| 1045 "page/PageLifecycleObserver.cpp", | 1045 "page/PageLifecycleObserver.cpp", |
| 1046 "page/PageLifecycleObserver.h", | 1046 "page/PageLifecycleObserver.h", |
| 1047 "page/PageVisibilityState.cpp", | 1047 "page/PageVisibilityState.cpp", |
| 1048 "page/PageVisibilityState.h", | 1048 "page/PageVisibilityState.h", |
| 1049 "page/SpellCheckerClient.h", | 1049 "page/SpellCheckerClient.h", |
| 1050 "page/TouchDisambiguation.cpp", | |
| 1051 "page/TouchDisambiguation.h", | |
| 1052 "page/WindowFocusAllowedIndicator.cpp", | |
| 1053 "page/WindowFocusAllowedIndicator.h", | |
| 1054 "rendering/BidiRun.h", | 1050 "rendering/BidiRun.h", |
| 1055 "rendering/BidiRunForLine.cpp", | 1051 "rendering/BidiRunForLine.cpp", |
| 1056 "rendering/BidiRunForLine.h", | 1052 "rendering/BidiRunForLine.h", |
| 1057 "rendering/break_lines.cpp", | 1053 "rendering/break_lines.cpp", |
| 1058 "rendering/break_lines.h", | 1054 "rendering/break_lines.h", |
| 1059 "rendering/ClipPathOperation.h", | 1055 "rendering/ClipPathOperation.h", |
| 1060 "rendering/ClipRect.cpp", | 1056 "rendering/ClipRect.cpp", |
| 1061 "rendering/ClipRect.h", | 1057 "rendering/ClipRect.h", |
| 1062 "rendering/ClipRects.h", | 1058 "rendering/ClipRects.h", |
| 1063 "rendering/ClipRectsCache.h", | 1059 "rendering/ClipRectsCache.h", |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1418 "events/ResourceProgressEvent.idl", | 1414 "events/ResourceProgressEvent.idl", |
| 1419 "events/TextEvent.idl", | 1415 "events/TextEvent.idl", |
| 1420 "events/TouchEvent.idl", | 1416 "events/TouchEvent.idl", |
| 1421 "events/TransitionEvent.idl", | 1417 "events/TransitionEvent.idl", |
| 1422 "events/UIEvent.idl", | 1418 "events/UIEvent.idl", |
| 1423 "events/AnimationEvent.idl", | 1419 "events/AnimationEvent.idl", |
| 1424 "events/WheelEvent.idl", | 1420 "events/WheelEvent.idl", |
| 1425 "html/canvas/WebGLContextEvent.idl", | 1421 "html/canvas/WebGLContextEvent.idl", |
| 1426 ], | 1422 ], |
| 1427 "abspath") | 1423 "abspath") |
| OLD | NEW |