| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 "animation/css/CSSAnimationData.cpp", | 98 "animation/css/CSSAnimationData.cpp", |
| 99 "animation/css/CSSAnimationData.h", | 99 "animation/css/CSSAnimationData.h", |
| 100 "animation/css/CSSAnimations.cpp", | 100 "animation/css/CSSAnimations.cpp", |
| 101 "animation/css/CSSAnimations.h", | 101 "animation/css/CSSAnimations.h", |
| 102 "animation/css/CSSPropertyEquality.cpp", | 102 "animation/css/CSSPropertyEquality.cpp", |
| 103 "animation/css/CSSPropertyEquality.h", | 103 "animation/css/CSSPropertyEquality.h", |
| 104 "animation/css/CSSTimingData.cpp", | 104 "animation/css/CSSTimingData.cpp", |
| 105 "animation/css/CSSTimingData.h", | 105 "animation/css/CSSTimingData.h", |
| 106 "animation/css/CSSTransitionData.cpp", | 106 "animation/css/CSSTransitionData.cpp", |
| 107 "animation/css/CSSTransitionData.h", | 107 "animation/css/CSSTransitionData.h", |
| 108 "app/AbstractModule.cpp", | |
| 109 "app/AbstractModule.h", | |
| 110 "app/Application.cpp", | |
| 111 "app/Application.h", | |
| 112 "app/Module.cpp", | |
| 113 "app/Module.h", | |
| 114 "css/BasicShapeFunctions.cpp", | 108 "css/BasicShapeFunctions.cpp", |
| 115 "css/BasicShapeFunctions.h", | 109 "css/BasicShapeFunctions.h", |
| 116 "css/BinaryDataFontFaceSource.cpp", | 110 "css/BinaryDataFontFaceSource.cpp", |
| 117 "css/BinaryDataFontFaceSource.h", | 111 "css/BinaryDataFontFaceSource.h", |
| 118 "css/CSSAspectRatioValue.cpp", | 112 "css/CSSAspectRatioValue.cpp", |
| 119 "css/CSSAspectRatioValue.h", | 113 "css/CSSAspectRatioValue.h", |
| 120 "css/CSSBasicShapes.cpp", | 114 "css/CSSBasicShapes.cpp", |
| 121 "css/CSSBasicShapes.h", | 115 "css/CSSBasicShapes.h", |
| 122 "css/CSSBorderImage.cpp", | 116 "css/CSSBorderImage.cpp", |
| 123 "css/CSSBorderImage.h", | 117 "css/CSSBorderImage.h", |
| (...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1129 "events/HashChangeEvent.idl", | 1123 "events/HashChangeEvent.idl", |
| 1130 "events/KeyboardEvent.idl", | 1124 "events/KeyboardEvent.idl", |
| 1131 "events/PageTransitionEvent.idl", | 1125 "events/PageTransitionEvent.idl", |
| 1132 "events/PointerEvent.idl", | 1126 "events/PointerEvent.idl", |
| 1133 "events/TextEvent.idl", | 1127 "events/TextEvent.idl", |
| 1134 "events/TransitionEvent.idl", | 1128 "events/TransitionEvent.idl", |
| 1135 "events/UIEvent.idl", | 1129 "events/UIEvent.idl", |
| 1136 "events/WheelEvent.idl", | 1130 "events/WheelEvent.idl", |
| 1137 ], | 1131 ], |
| 1138 "abspath") | 1132 "abspath") |
| OLD | NEW |