| 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 "css/resolver/TransformBuilder.h", | 319 "css/resolver/TransformBuilder.h", |
| 320 "css/RGBColor.cpp", | 320 "css/RGBColor.cpp", |
| 321 "css/RGBColor.h", | 321 "css/RGBColor.h", |
| 322 "css/RuleFeature.cpp", | 322 "css/RuleFeature.cpp", |
| 323 "css/RuleFeature.h", | 323 "css/RuleFeature.h", |
| 324 "css/RuleSet.cpp", | 324 "css/RuleSet.cpp", |
| 325 "css/RuleSet.h", | 325 "css/RuleSet.h", |
| 326 "css/SelectorChecker.cpp", | 326 "css/SelectorChecker.cpp", |
| 327 "css/SelectorChecker.h", | 327 "css/SelectorChecker.h", |
| 328 "css/StyleColor.h", | 328 "css/StyleColor.h", |
| 329 "css/StyleMedia.cpp", | |
| 330 "css/StyleMedia.h", | |
| 331 "css/StylePropertySerializer.cpp", | 329 "css/StylePropertySerializer.cpp", |
| 332 "css/StylePropertySerializer.h", | 330 "css/StylePropertySerializer.h", |
| 333 "css/StylePropertySet.cpp", | 331 "css/StylePropertySet.cpp", |
| 334 "css/StylePropertySet.h", | 332 "css/StylePropertySet.h", |
| 335 "css/StylePropertyShorthandCustom.cpp", | 333 "css/StylePropertyShorthandCustom.cpp", |
| 336 "css/StyleRule.cpp", | 334 "css/StyleRule.cpp", |
| 337 "css/StyleRule.h", | 335 "css/StyleRule.h", |
| 338 "css/StyleSheetContents.cpp", | 336 "css/StyleSheetContents.cpp", |
| 339 "css/StyleSheetContents.h", | 337 "css/StyleSheetContents.h", |
| 340 "dom/ActiveDOMObject.cpp", | 338 "dom/ActiveDOMObject.cpp", |
| (...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1209 "css/CSSValue.idl", | 1207 "css/CSSValue.idl", |
| 1210 "css/CSSValueList.idl", | 1208 "css/CSSValueList.idl", |
| 1211 "css/FontFace.idl", | 1209 "css/FontFace.idl", |
| 1212 "css/FontFaceSet.idl", | 1210 "css/FontFaceSet.idl", |
| 1213 "css/FontFaceSetForEachCallback.idl", | 1211 "css/FontFaceSetForEachCallback.idl", |
| 1214 "css/FontFaceSetLoadEvent.idl", | 1212 "css/FontFaceSetLoadEvent.idl", |
| 1215 "css/MediaQueryList.idl", | 1213 "css/MediaQueryList.idl", |
| 1216 "css/MediaQueryListEvent.idl", | 1214 "css/MediaQueryListEvent.idl", |
| 1217 "css/Rect.idl", | 1215 "css/Rect.idl", |
| 1218 "css/RGBColor.idl", | 1216 "css/RGBColor.idl", |
| 1219 "css/StyleMedia.idl", | |
| 1220 "dom/Attr.idl", | 1217 "dom/Attr.idl", |
| 1221 "dom/CharacterData.idl", | 1218 "dom/CharacterData.idl", |
| 1222 "dom/ClientRect.idl", | 1219 "dom/ClientRect.idl", |
| 1223 "dom/ClientRectList.idl", | 1220 "dom/ClientRectList.idl", |
| 1224 "dom/Document.idl", | 1221 "dom/Document.idl", |
| 1225 "dom/DocumentFragment.idl", | 1222 "dom/DocumentFragment.idl", |
| 1226 "dom/DOMError.idl", | 1223 "dom/DOMError.idl", |
| 1227 "dom/DOMException.idl", | 1224 "dom/DOMException.idl", |
| 1228 "dom/DOMTokenList.idl", | 1225 "dom/DOMTokenList.idl", |
| 1229 "dom/Element.idl", | 1226 "dom/Element.idl", |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1355 "events/KeyboardEvent.idl", | 1352 "events/KeyboardEvent.idl", |
| 1356 "events/PageTransitionEvent.idl", | 1353 "events/PageTransitionEvent.idl", |
| 1357 "events/PointerEvent.idl", | 1354 "events/PointerEvent.idl", |
| 1358 "events/TextEvent.idl", | 1355 "events/TextEvent.idl", |
| 1359 "events/TransitionEvent.idl", | 1356 "events/TransitionEvent.idl", |
| 1360 "events/UIEvent.idl", | 1357 "events/UIEvent.idl", |
| 1361 "events/AnimationEvent.idl", | 1358 "events/AnimationEvent.idl", |
| 1362 "html/canvas/WebGLContextEvent.idl", | 1359 "html/canvas/WebGLContextEvent.idl", |
| 1363 ], | 1360 ], |
| 1364 "abspath") | 1361 "abspath") |
| OLD | NEW |