| 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 "Init.cpp", | 8 "Init.cpp", |
| 9 "Init.h", | 9 "Init.h", |
| 10 "animation/ActiveAnimations.cpp", | 10 "animation/ActiveAnimations.cpp", |
| (...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1012 "page/PageLifecycleNotifier.cpp", | 1012 "page/PageLifecycleNotifier.cpp", |
| 1013 "page/PageLifecycleNotifier.h", | 1013 "page/PageLifecycleNotifier.h", |
| 1014 "page/PageLifecycleObserver.cpp", | 1014 "page/PageLifecycleObserver.cpp", |
| 1015 "page/PageLifecycleObserver.h", | 1015 "page/PageLifecycleObserver.h", |
| 1016 "page/PageVisibilityState.cpp", | 1016 "page/PageVisibilityState.cpp", |
| 1017 "page/TouchAdjustment.cpp", | 1017 "page/TouchAdjustment.cpp", |
| 1018 "page/TouchAdjustment.h", | 1018 "page/TouchAdjustment.h", |
| 1019 "page/TouchDisambiguation.cpp", | 1019 "page/TouchDisambiguation.cpp", |
| 1020 "page/TouchDisambiguation.h", | 1020 "page/TouchDisambiguation.h", |
| 1021 "page/WindowFocusAllowedIndicator.cpp", | 1021 "page/WindowFocusAllowedIndicator.cpp", |
| 1022 "page/scrolling/ScrollingConstraints.cpp", | |
| 1023 "page/scrolling/ScrollingConstraints.h", | |
| 1024 "page/scrolling/ScrollingCoordinator.cpp", | 1022 "page/scrolling/ScrollingCoordinator.cpp", |
| 1025 "page/scrolling/ScrollingCoordinator.h", | 1023 "page/scrolling/ScrollingCoordinator.h", |
| 1026 "rendering/BidiRun.h", | 1024 "rendering/BidiRun.h", |
| 1027 "rendering/BidiRunForLine.cpp", | 1025 "rendering/BidiRunForLine.cpp", |
| 1028 "rendering/BidiRunForLine.h", | 1026 "rendering/BidiRunForLine.h", |
| 1029 "rendering/ClipRect.cpp", | 1027 "rendering/ClipRect.cpp", |
| 1030 "rendering/ClipRect.h", | 1028 "rendering/ClipRect.h", |
| 1031 "rendering/ClipRects.h", | 1029 "rendering/ClipRects.h", |
| 1032 "rendering/ClipRectsCache.h", | 1030 "rendering/ClipRectsCache.h", |
| 1033 "rendering/EllipsisBox.cpp", | 1031 "rendering/EllipsisBox.cpp", |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1387 "events/ResourceProgressEvent.idl", | 1385 "events/ResourceProgressEvent.idl", |
| 1388 "events/TextEvent.idl", | 1386 "events/TextEvent.idl", |
| 1389 "events/TouchEvent.idl", | 1387 "events/TouchEvent.idl", |
| 1390 "events/TransitionEvent.idl", | 1388 "events/TransitionEvent.idl", |
| 1391 "events/UIEvent.idl", | 1389 "events/UIEvent.idl", |
| 1392 "events/AnimationEvent.idl", | 1390 "events/AnimationEvent.idl", |
| 1393 "events/WheelEvent.idl", | 1391 "events/WheelEvent.idl", |
| 1394 "html/MediaKeyEvent.idl", | 1392 "html/MediaKeyEvent.idl", |
| 1395 "html/canvas/WebGLContextEvent.idl", | 1393 "html/canvas/WebGLContextEvent.idl", |
| 1396 ], "abspath") | 1394 ], "abspath") |
| OLD | NEW |