| 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 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 "frame/DOMWindowBase64.cpp", | 701 "frame/DOMWindowBase64.cpp", |
| 702 "frame/DOMWindowBase64.h", | 702 "frame/DOMWindowBase64.h", |
| 703 "frame/DOMWindowLifecycleNotifier.cpp", | 703 "frame/DOMWindowLifecycleNotifier.cpp", |
| 704 "frame/DOMWindowLifecycleNotifier.h", | 704 "frame/DOMWindowLifecycleNotifier.h", |
| 705 "frame/DOMWindowLifecycleObserver.cpp", | 705 "frame/DOMWindowLifecycleObserver.cpp", |
| 706 "frame/DOMWindowLifecycleObserver.h", | 706 "frame/DOMWindowLifecycleObserver.h", |
| 707 "frame/DOMWindowProperty.cpp", | 707 "frame/DOMWindowProperty.cpp", |
| 708 "frame/DOMWindowProperty.h", | 708 "frame/DOMWindowProperty.h", |
| 709 "frame/DOMWindowTimers.cpp", | 709 "frame/DOMWindowTimers.cpp", |
| 710 "frame/DOMWindowTimers.h", | 710 "frame/DOMWindowTimers.h", |
| 711 "frame/EventHandlerRegistry.cpp", | |
| 712 "frame/EventHandlerRegistry.h", | |
| 713 "frame/Frame.cpp", | 711 "frame/Frame.cpp", |
| 714 "frame/Frame.h", | 712 "frame/Frame.h", |
| 715 "frame/FrameConsole.cpp", | 713 "frame/FrameConsole.cpp", |
| 716 "frame/FrameDestructionObserver.cpp", | 714 "frame/FrameDestructionObserver.cpp", |
| 717 "frame/FrameDestructionObserver.h", | 715 "frame/FrameDestructionObserver.h", |
| 718 "frame/FrameHost.cpp", | 716 "frame/FrameHost.cpp", |
| 719 "frame/FrameHost.h", | 717 "frame/FrameHost.h", |
| 720 "frame/FrameOwner.h", | 718 "frame/FrameOwner.h", |
| 721 "frame/FrameView.cpp", | 719 "frame/FrameView.cpp", |
| 722 "frame/History.cpp", | 720 "frame/History.cpp", |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1312 "events/ProgressEvent.idl", | 1310 "events/ProgressEvent.idl", |
| 1313 "events/ResourceProgressEvent.idl", | 1311 "events/ResourceProgressEvent.idl", |
| 1314 "events/TextEvent.idl", | 1312 "events/TextEvent.idl", |
| 1315 "events/TouchEvent.idl", | 1313 "events/TouchEvent.idl", |
| 1316 "events/TransitionEvent.idl", | 1314 "events/TransitionEvent.idl", |
| 1317 "events/UIEvent.idl", | 1315 "events/UIEvent.idl", |
| 1318 "events/AnimationEvent.idl", | 1316 "events/AnimationEvent.idl", |
| 1319 "events/WheelEvent.idl", | 1317 "events/WheelEvent.idl", |
| 1320 "html/canvas/WebGLContextEvent.idl", | 1318 "html/canvas/WebGLContextEvent.idl", |
| 1321 ], "abspath") | 1319 ], "abspath") |
| OLD | NEW |