| 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 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 "frame/History.cpp", | 770 "frame/History.cpp", |
| 771 "frame/History.h", | 771 "frame/History.h", |
| 772 "frame/ImageBitmap.cpp", | 772 "frame/ImageBitmap.cpp", |
| 773 "frame/ImageBitmap.h", | 773 "frame/ImageBitmap.h", |
| 774 "frame/LocalDOMWindow.cpp", | 774 "frame/LocalDOMWindow.cpp", |
| 775 "frame/LocalDOMWindow.h", | 775 "frame/LocalDOMWindow.h", |
| 776 "frame/LocalFrame.cpp", | 776 "frame/LocalFrame.cpp", |
| 777 "frame/LocalFrame.h", | 777 "frame/LocalFrame.h", |
| 778 "frame/Location.cpp", | 778 "frame/Location.cpp", |
| 779 "frame/Location.h", | 779 "frame/Location.h", |
| 780 "frame/NewEventHandler.cpp", |
| 781 "frame/NewEventHandler.h", |
| 780 "frame/PlatformEventController.cpp", | 782 "frame/PlatformEventController.cpp", |
| 781 "frame/PlatformEventController.h", | 783 "frame/PlatformEventController.h", |
| 782 "frame/PlatformEventDispatcher.cpp", | 784 "frame/PlatformEventDispatcher.cpp", |
| 783 "frame/PlatformEventDispatcher.h", | 785 "frame/PlatformEventDispatcher.h", |
| 784 "frame/Screen.cpp", | 786 "frame/Screen.cpp", |
| 785 "frame/Screen.h", | 787 "frame/Screen.h", |
| 786 "frame/Settings.cpp", | 788 "frame/Settings.cpp", |
| 787 "frame/Settings.h", | 789 "frame/Settings.h", |
| 788 "frame/SettingsDelegate.cpp", | 790 "frame/SettingsDelegate.cpp", |
| 789 "frame/SettingsDelegate.h", | 791 "frame/SettingsDelegate.h", |
| (...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1420 "events/ResourceProgressEvent.idl", | 1422 "events/ResourceProgressEvent.idl", |
| 1421 "events/TextEvent.idl", | 1423 "events/TextEvent.idl", |
| 1422 "events/TouchEvent.idl", | 1424 "events/TouchEvent.idl", |
| 1423 "events/TransitionEvent.idl", | 1425 "events/TransitionEvent.idl", |
| 1424 "events/UIEvent.idl", | 1426 "events/UIEvent.idl", |
| 1425 "events/AnimationEvent.idl", | 1427 "events/AnimationEvent.idl", |
| 1426 "events/WheelEvent.idl", | 1428 "events/WheelEvent.idl", |
| 1427 "html/canvas/WebGLContextEvent.idl", | 1429 "html/canvas/WebGLContextEvent.idl", |
| 1428 ], | 1430 ], |
| 1429 "abspath") | 1431 "abspath") |
| OLD | NEW |