| 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 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1081 "page/Page.h", | 1081 "page/Page.h", |
| 1082 "page/PageAnimator.cpp", | 1082 "page/PageAnimator.cpp", |
| 1083 "page/PageAnimator.h", | 1083 "page/PageAnimator.h", |
| 1084 "page/PageLifecycleNotifier.cpp", | 1084 "page/PageLifecycleNotifier.cpp", |
| 1085 "page/PageLifecycleNotifier.h", | 1085 "page/PageLifecycleNotifier.h", |
| 1086 "page/PageLifecycleObserver.cpp", | 1086 "page/PageLifecycleObserver.cpp", |
| 1087 "page/PageLifecycleObserver.h", | 1087 "page/PageLifecycleObserver.h", |
| 1088 "page/PageVisibilityState.cpp", | 1088 "page/PageVisibilityState.cpp", |
| 1089 "page/PageVisibilityState.h", | 1089 "page/PageVisibilityState.h", |
| 1090 "page/SpellCheckerClient.h", | 1090 "page/SpellCheckerClient.h", |
| 1091 "page/TouchAdjustment.cpp", | |
| 1092 "page/TouchAdjustment.h", | |
| 1093 "page/TouchDisambiguation.cpp", | 1091 "page/TouchDisambiguation.cpp", |
| 1094 "page/TouchDisambiguation.h", | 1092 "page/TouchDisambiguation.h", |
| 1095 "page/WindowFocusAllowedIndicator.cpp", | 1093 "page/WindowFocusAllowedIndicator.cpp", |
| 1096 "page/WindowFocusAllowedIndicator.h", | 1094 "page/WindowFocusAllowedIndicator.h", |
| 1097 "rendering/BidiRun.h", | 1095 "rendering/BidiRun.h", |
| 1098 "rendering/BidiRunForLine.cpp", | 1096 "rendering/BidiRunForLine.cpp", |
| 1099 "rendering/BidiRunForLine.h", | 1097 "rendering/BidiRunForLine.h", |
| 1100 "rendering/break_lines.cpp", | 1098 "rendering/break_lines.cpp", |
| 1101 "rendering/break_lines.h", | 1099 "rendering/break_lines.h", |
| 1102 "rendering/ClipPathOperation.h", | 1100 "rendering/ClipPathOperation.h", |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1476 "events/ProgressEvent.idl", | 1474 "events/ProgressEvent.idl", |
| 1477 "events/ResourceProgressEvent.idl", | 1475 "events/ResourceProgressEvent.idl", |
| 1478 "events/TextEvent.idl", | 1476 "events/TextEvent.idl", |
| 1479 "events/TouchEvent.idl", | 1477 "events/TouchEvent.idl", |
| 1480 "events/TransitionEvent.idl", | 1478 "events/TransitionEvent.idl", |
| 1481 "events/UIEvent.idl", | 1479 "events/UIEvent.idl", |
| 1482 "events/AnimationEvent.idl", | 1480 "events/AnimationEvent.idl", |
| 1483 "events/WheelEvent.idl", | 1481 "events/WheelEvent.idl", |
| 1484 "html/canvas/WebGLContextEvent.idl", | 1482 "html/canvas/WebGLContextEvent.idl", |
| 1485 ], "abspath") | 1483 ], "abspath") |
| OLD | NEW |