| 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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 "frame/PlatformEventDispatcher.cpp", | 782 "frame/PlatformEventDispatcher.cpp", |
| 783 "frame/PlatformEventDispatcher.h", | 783 "frame/PlatformEventDispatcher.h", |
| 784 "frame/Screen.cpp", | 784 "frame/Screen.cpp", |
| 785 "frame/Screen.h", | 785 "frame/Screen.h", |
| 786 "frame/Settings.cpp", | 786 "frame/Settings.cpp", |
| 787 "frame/Settings.h", | 787 "frame/Settings.h", |
| 788 "frame/SettingsDelegate.cpp", | 788 "frame/SettingsDelegate.cpp", |
| 789 "frame/SettingsDelegate.h", | 789 "frame/SettingsDelegate.h", |
| 790 "frame/SuspendableTimer.cpp", | 790 "frame/SuspendableTimer.cpp", |
| 791 "frame/SuspendableTimer.h", | 791 "frame/SuspendableTimer.h", |
| 792 "frame/UseCounter.cpp", | |
| 793 "frame/UseCounter.h", | |
| 794 "html/canvas/ANGLEInstancedArrays.cpp", | 792 "html/canvas/ANGLEInstancedArrays.cpp", |
| 795 "html/canvas/ANGLEInstancedArrays.h", | 793 "html/canvas/ANGLEInstancedArrays.h", |
| 796 "html/canvas/Canvas2DContextAttributes.cpp", | 794 "html/canvas/Canvas2DContextAttributes.cpp", |
| 797 "html/canvas/Canvas2DContextAttributes.h", | 795 "html/canvas/Canvas2DContextAttributes.h", |
| 798 "html/canvas/CanvasContextAttributes.cpp", | 796 "html/canvas/CanvasContextAttributes.cpp", |
| 799 "html/canvas/CanvasContextAttributes.h", | 797 "html/canvas/CanvasContextAttributes.h", |
| 800 "html/canvas/CanvasGradient.cpp", | 798 "html/canvas/CanvasGradient.cpp", |
| 801 "html/canvas/CanvasGradient.h", | 799 "html/canvas/CanvasGradient.h", |
| 802 "html/canvas/CanvasImageSource.h", | 800 "html/canvas/CanvasImageSource.h", |
| 803 "html/canvas/CanvasPathMethods.cpp", | 801 "html/canvas/CanvasPathMethods.cpp", |
| (...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1414 "events/ResourceProgressEvent.idl", | 1412 "events/ResourceProgressEvent.idl", |
| 1415 "events/TextEvent.idl", | 1413 "events/TextEvent.idl", |
| 1416 "events/TouchEvent.idl", | 1414 "events/TouchEvent.idl", |
| 1417 "events/TransitionEvent.idl", | 1415 "events/TransitionEvent.idl", |
| 1418 "events/UIEvent.idl", | 1416 "events/UIEvent.idl", |
| 1419 "events/AnimationEvent.idl", | 1417 "events/AnimationEvent.idl", |
| 1420 "events/WheelEvent.idl", | 1418 "events/WheelEvent.idl", |
| 1421 "html/canvas/WebGLContextEvent.idl", | 1419 "html/canvas/WebGLContextEvent.idl", |
| 1422 ], | 1420 ], |
| 1423 "abspath") | 1421 "abspath") |
| OLD | NEW |