| 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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 "frame/Settings.cpp", | 739 "frame/Settings.cpp", |
| 740 "frame/SettingsDelegate.cpp", | 740 "frame/SettingsDelegate.cpp", |
| 741 "frame/SettingsDelegate.h", | 741 "frame/SettingsDelegate.h", |
| 742 "frame/SuspendableTimer.cpp", | 742 "frame/SuspendableTimer.cpp", |
| 743 "frame/SuspendableTimer.h", | 743 "frame/SuspendableTimer.h", |
| 744 "frame/UseCounter.cpp", | 744 "frame/UseCounter.cpp", |
| 745 "html/ClassList.cpp", | 745 "html/ClassList.cpp", |
| 746 "html/ClassList.h", | 746 "html/ClassList.h", |
| 747 "html/HTMLAnchorElement.cpp", | 747 "html/HTMLAnchorElement.cpp", |
| 748 "html/HTMLAnchorElement.h", | 748 "html/HTMLAnchorElement.h", |
| 749 "html/HTMLAudioElement.cpp", | |
| 750 "html/HTMLAudioElement.h", | |
| 751 "html/HTMLCanvasElement.cpp", | 749 "html/HTMLCanvasElement.cpp", |
| 752 "html/HTMLCanvasElement.h", | 750 "html/HTMLCanvasElement.h", |
| 753 "html/HTMLContentElement.cpp", | 751 "html/HTMLContentElement.cpp", |
| 754 "html/HTMLContentElement.h", | 752 "html/HTMLContentElement.h", |
| 755 "html/HTMLDocument.cpp", | 753 "html/HTMLDocument.cpp", |
| 756 "html/HTMLElement.cpp", | 754 "html/HTMLElement.cpp", |
| 757 "html/HTMLImageElement.cpp", | 755 "html/HTMLImageElement.cpp", |
| 758 "html/HTMLImageElement.h", | 756 "html/HTMLImageElement.h", |
| 759 "html/HTMLImageLoader.cpp", | 757 "html/HTMLImageLoader.cpp", |
| 760 "html/HTMLImageLoader.h", | 758 "html/HTMLImageLoader.h", |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1231 "events/AnimationEvent.idl", | 1229 "events/AnimationEvent.idl", |
| 1232 "events/WheelEvent.idl", | 1230 "events/WheelEvent.idl", |
| 1233 "frame/Console.idl", | 1231 "frame/Console.idl", |
| 1234 "frame/ConsoleBase.idl", | 1232 "frame/ConsoleBase.idl", |
| 1235 "frame/History.idl", | 1233 "frame/History.idl", |
| 1236 "frame/ImageBitmap.idl", | 1234 "frame/ImageBitmap.idl", |
| 1237 "frame/Location.idl", | 1235 "frame/Location.idl", |
| 1238 "frame/Screen.idl", | 1236 "frame/Screen.idl", |
| 1239 "frame/Window.idl", | 1237 "frame/Window.idl", |
| 1240 "html/HTMLAnchorElement.idl", | 1238 "html/HTMLAnchorElement.idl", |
| 1241 "html/HTMLAudioElement.idl", | |
| 1242 "html/HTMLCanvasElement.idl", | 1239 "html/HTMLCanvasElement.idl", |
| 1243 "html/HTMLContentElement.idl", | 1240 "html/HTMLContentElement.idl", |
| 1244 "html/HTMLDocument.idl", | 1241 "html/HTMLDocument.idl", |
| 1245 "html/HTMLElement.idl", | 1242 "html/HTMLElement.idl", |
| 1246 "html/HTMLImageElement.idl", | 1243 "html/HTMLImageElement.idl", |
| 1247 "html/HTMLImportElement.idl", | 1244 "html/HTMLImportElement.idl", |
| 1248 "html/HTMLMediaElement.idl", | 1245 "html/HTMLMediaElement.idl", |
| 1249 "html/HTMLPictureElement.idl", | 1246 "html/HTMLPictureElement.idl", |
| 1250 "html/HTMLScriptElement.idl", | 1247 "html/HTMLScriptElement.idl", |
| 1251 "html/HTMLShadowElement.idl", | 1248 "html/HTMLShadowElement.idl", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1340 "events/ResourceProgressEvent.idl", | 1337 "events/ResourceProgressEvent.idl", |
| 1341 "events/TextEvent.idl", | 1338 "events/TextEvent.idl", |
| 1342 "events/TouchEvent.idl", | 1339 "events/TouchEvent.idl", |
| 1343 "events/TransitionEvent.idl", | 1340 "events/TransitionEvent.idl", |
| 1344 "events/UIEvent.idl", | 1341 "events/UIEvent.idl", |
| 1345 "events/AnimationEvent.idl", | 1342 "events/AnimationEvent.idl", |
| 1346 "events/WheelEvent.idl", | 1343 "events/WheelEvent.idl", |
| 1347 "html/MediaKeyEvent.idl", | 1344 "html/MediaKeyEvent.idl", |
| 1348 "html/canvas/WebGLContextEvent.idl", | 1345 "html/canvas/WebGLContextEvent.idl", |
| 1349 ], "abspath") | 1346 ], "abspath") |
| OLD | NEW |