| 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 962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 973 "loader/FrameLoader.h", | 973 "loader/FrameLoader.h", |
| 974 "loader/FrameLoaderClient.h", | 974 "loader/FrameLoaderClient.h", |
| 975 "loader/FrameLoaderTypes.h", | 975 "loader/FrameLoaderTypes.h", |
| 976 "loader/ImageLoader.cpp", | 976 "loader/ImageLoader.cpp", |
| 977 "loader/ImageLoader.h", | 977 "loader/ImageLoader.h", |
| 978 "loader/MojoLoader.cpp", | 978 "loader/MojoLoader.cpp", |
| 979 "loader/MojoLoader.h", | 979 "loader/MojoLoader.h", |
| 980 "loader/NavigationPolicy.h", | 980 "loader/NavigationPolicy.h", |
| 981 "loader/UniqueIdentifier.cpp", | 981 "loader/UniqueIdentifier.cpp", |
| 982 "loader/UniqueIdentifier.h", | 982 "loader/UniqueIdentifier.h", |
| 983 "page/AutoscrollController.cpp", | |
| 984 "page/AutoscrollController.h", | |
| 985 "page/ChromeClient.h", | 983 "page/ChromeClient.h", |
| 986 "page/EditorClient.h", | 984 "page/EditorClient.h", |
| 987 "page/EventHandler.cpp", | 985 "page/EventHandler.cpp", |
| 988 "page/EventHandler.h", | 986 "page/EventHandler.h", |
| 989 "page/FocusController.cpp", | 987 "page/FocusController.cpp", |
| 990 "page/FocusController.h", | 988 "page/FocusController.h", |
| 991 "page/FocusType.h", | 989 "page/FocusType.h", |
| 992 "page/Page.cpp", | 990 "page/Page.cpp", |
| 993 "page/Page.h", | 991 "page/Page.h", |
| 994 "page/PageAnimator.cpp", | 992 "page/PageAnimator.cpp", |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1347 "events/KeyboardEvent.idl", | 1345 "events/KeyboardEvent.idl", |
| 1348 "events/PageTransitionEvent.idl", | 1346 "events/PageTransitionEvent.idl", |
| 1349 "events/PointerEvent.idl", | 1347 "events/PointerEvent.idl", |
| 1350 "events/TextEvent.idl", | 1348 "events/TextEvent.idl", |
| 1351 "events/TransitionEvent.idl", | 1349 "events/TransitionEvent.idl", |
| 1352 "events/UIEvent.idl", | 1350 "events/UIEvent.idl", |
| 1353 "events/WheelEvent.idl", | 1351 "events/WheelEvent.idl", |
| 1354 "html/canvas/WebGLContextEvent.idl", | 1352 "html/canvas/WebGLContextEvent.idl", |
| 1355 ], | 1353 ], |
| 1356 "abspath") | 1354 "abspath") |
| OLD | NEW |