| 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 "frame/ImageBitmap.cpp", | 747 "frame/ImageBitmap.cpp", |
| 748 "frame/ImageBitmap.h", | 748 "frame/ImageBitmap.h", |
| 749 "frame/LocalDOMWindow.cpp", | 749 "frame/LocalDOMWindow.cpp", |
| 750 "frame/LocalDOMWindow.h", | 750 "frame/LocalDOMWindow.h", |
| 751 "frame/LocalFrame.cpp", | 751 "frame/LocalFrame.cpp", |
| 752 "frame/LocalFrame.h", | 752 "frame/LocalFrame.h", |
| 753 "frame/Location.cpp", | 753 "frame/Location.cpp", |
| 754 "frame/Location.h", | 754 "frame/Location.h", |
| 755 "frame/NewEventHandler.cpp", | 755 "frame/NewEventHandler.cpp", |
| 756 "frame/NewEventHandler.h", | 756 "frame/NewEventHandler.h", |
| 757 "frame/PlatformEventController.cpp", | |
| 758 "frame/PlatformEventController.h", | |
| 759 "frame/PlatformEventDispatcher.cpp", | |
| 760 "frame/PlatformEventDispatcher.h", | |
| 761 "frame/Screen.cpp", | 757 "frame/Screen.cpp", |
| 762 "frame/Screen.h", | 758 "frame/Screen.h", |
| 763 "frame/Settings.cpp", | 759 "frame/Settings.cpp", |
| 764 "frame/Settings.h", | 760 "frame/Settings.h", |
| 765 "frame/SettingsDelegate.cpp", | 761 "frame/SettingsDelegate.cpp", |
| 766 "frame/SettingsDelegate.h", | 762 "frame/SettingsDelegate.h", |
| 767 "frame/SuspendableTimer.cpp", | 763 "frame/SuspendableTimer.cpp", |
| 768 "frame/SuspendableTimer.h", | 764 "frame/SuspendableTimer.h", |
| 769 "html/canvas/ANGLEInstancedArrays.cpp", | 765 "html/canvas/ANGLEInstancedArrays.cpp", |
| 770 "html/canvas/ANGLEInstancedArrays.h", | 766 "html/canvas/ANGLEInstancedArrays.h", |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1000 "loader/UniqueIdentifier.cpp", | 996 "loader/UniqueIdentifier.cpp", |
| 1001 "loader/UniqueIdentifier.h", | 997 "loader/UniqueIdentifier.h", |
| 1002 "page/AutoscrollController.cpp", | 998 "page/AutoscrollController.cpp", |
| 1003 "page/AutoscrollController.h", | 999 "page/AutoscrollController.h", |
| 1004 "page/Chrome.cpp", | 1000 "page/Chrome.cpp", |
| 1005 "page/Chrome.h", | 1001 "page/Chrome.h", |
| 1006 "page/ChromeClient.h", | 1002 "page/ChromeClient.h", |
| 1007 "page/EditorClient.h", | 1003 "page/EditorClient.h", |
| 1008 "page/EventHandler.cpp", | 1004 "page/EventHandler.cpp", |
| 1009 "page/EventHandler.h", | 1005 "page/EventHandler.h", |
| 1010 "page/EventWithHitTestResults.h", | |
| 1011 "page/FocusController.cpp", | 1006 "page/FocusController.cpp", |
| 1012 "page/FocusController.h", | 1007 "page/FocusController.h", |
| 1013 "page/FocusType.h", | 1008 "page/FocusType.h", |
| 1014 "page/Page.cpp", | 1009 "page/Page.cpp", |
| 1015 "page/Page.h", | 1010 "page/Page.h", |
| 1016 "page/PageAnimator.cpp", | 1011 "page/PageAnimator.cpp", |
| 1017 "page/PageAnimator.h", | 1012 "page/PageAnimator.h", |
| 1018 "page/PageLifecycleNotifier.cpp", | 1013 "page/PageLifecycleNotifier.cpp", |
| 1019 "page/PageLifecycleNotifier.h", | 1014 "page/PageLifecycleNotifier.h", |
| 1020 "page/PageLifecycleObserver.cpp", | 1015 "page/PageLifecycleObserver.cpp", |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1372 "events/KeyboardEvent.idl", | 1367 "events/KeyboardEvent.idl", |
| 1373 "events/PageTransitionEvent.idl", | 1368 "events/PageTransitionEvent.idl", |
| 1374 "events/PointerEvent.idl", | 1369 "events/PointerEvent.idl", |
| 1375 "events/TextEvent.idl", | 1370 "events/TextEvent.idl", |
| 1376 "events/TransitionEvent.idl", | 1371 "events/TransitionEvent.idl", |
| 1377 "events/UIEvent.idl", | 1372 "events/UIEvent.idl", |
| 1378 "events/AnimationEvent.idl", | 1373 "events/AnimationEvent.idl", |
| 1379 "html/canvas/WebGLContextEvent.idl", | 1374 "html/canvas/WebGLContextEvent.idl", |
| 1380 ], | 1375 ], |
| 1381 "abspath") | 1376 "abspath") |
| OLD | NEW |