| 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 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1146 "painting/ColorFilter.idl", | 1146 "painting/ColorFilter.idl", |
| 1147 "painting/DrawLooper.idl", | 1147 "painting/DrawLooper.idl", |
| 1148 "painting/DrawLooperAddLayerCallback.idl", | 1148 "painting/DrawLooperAddLayerCallback.idl", |
| 1149 "painting/DrawLooperLayerInfo.idl", | 1149 "painting/DrawLooperLayerInfo.idl", |
| 1150 "painting/Gradient.idl", | 1150 "painting/Gradient.idl", |
| 1151 "painting/Image.idl", | 1151 "painting/Image.idl", |
| 1152 "painting/LayerDrawLooperBuilder.idl", | 1152 "painting/LayerDrawLooperBuilder.idl", |
| 1153 "painting/LayoutRoot.idl", | 1153 "painting/LayoutRoot.idl", |
| 1154 "painting/MaskFilter.idl", | 1154 "painting/MaskFilter.idl", |
| 1155 "painting/Paint.idl", | 1155 "painting/Paint.idl", |
| 1156 "painting/PaintingCallback.idl", | |
| 1157 "painting/PaintingContext.idl", | |
| 1158 "painting/Path.idl", | 1156 "painting/Path.idl", |
| 1159 "painting/Picture.idl", | 1157 "painting/Picture.idl", |
| 1160 "painting/PictureRecorder.idl", | 1158 "painting/PictureRecorder.idl", |
| 1161 "painting/RRect.idl", | 1159 "painting/RRect.idl", |
| 1162 "painting/Shader.idl", | 1160 "painting/Shader.idl", |
| 1163 "view/BeginFrameCallback.idl", | 1161 "view/BeginFrameCallback.idl", |
| 1164 "view/EventCallback.idl", | 1162 "view/EventCallback.idl", |
| 1165 "view/View.idl", | 1163 "view/View.idl", |
| 1166 ], | 1164 ], |
| 1167 "abspath") | 1165 "abspath") |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1209 "events/HashChangeEvent.idl", | 1207 "events/HashChangeEvent.idl", |
| 1210 "events/KeyboardEvent.idl", | 1208 "events/KeyboardEvent.idl", |
| 1211 "events/PageTransitionEvent.idl", | 1209 "events/PageTransitionEvent.idl", |
| 1212 "events/PointerEvent.idl", | 1210 "events/PointerEvent.idl", |
| 1213 "events/TextEvent.idl", | 1211 "events/TextEvent.idl", |
| 1214 "events/TransitionEvent.idl", | 1212 "events/TransitionEvent.idl", |
| 1215 "events/UIEvent.idl", | 1213 "events/UIEvent.idl", |
| 1216 "events/WheelEvent.idl", | 1214 "events/WheelEvent.idl", |
| 1217 ], | 1215 ], |
| 1218 "abspath") | 1216 "abspath") |
| OLD | NEW |