| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 "css/StylePropertySerializer.h", | 335 "css/StylePropertySerializer.h", |
| 336 "css/StylePropertySet.cpp", | 336 "css/StylePropertySet.cpp", |
| 337 "css/StylePropertySet.h", | 337 "css/StylePropertySet.h", |
| 338 "css/StylePropertyShorthandCustom.cpp", | 338 "css/StylePropertyShorthandCustom.cpp", |
| 339 "css/StyleRule.cpp", | 339 "css/StyleRule.cpp", |
| 340 "css/StyleRule.h", | 340 "css/StyleRule.h", |
| 341 "css/StyleKeyframe.h", | 341 "css/StyleKeyframe.h", |
| 342 "css/StyleKeyframe.cpp", | 342 "css/StyleKeyframe.cpp", |
| 343 "css/StyleRuleKeyframes.h", | 343 "css/StyleRuleKeyframes.h", |
| 344 "css/StyleRuleKeyframes.cpp", | 344 "css/StyleRuleKeyframes.cpp", |
| 345 "css/StyleSheet.cpp", | |
| 346 "css/StyleSheet.h", | |
| 347 "css/StyleSheetList.cpp", | 345 "css/StyleSheetList.cpp", |
| 348 "css/StyleSheetList.h", | 346 "css/StyleSheetList.h", |
| 349 "css/StyleSheetContents.cpp", | 347 "css/StyleSheetContents.cpp", |
| 350 "css/StyleSheetContents.h", | 348 "css/StyleSheetContents.h", |
| 351 "dom/ActiveDOMObject.cpp", | 349 "dom/ActiveDOMObject.cpp", |
| 352 "dom/ActiveDOMObject.h", | 350 "dom/ActiveDOMObject.h", |
| 353 "dom/Attr.cpp", | 351 "dom/Attr.cpp", |
| 354 "dom/Attr.h", | 352 "dom/Attr.h", |
| 355 "dom/Attribute.h", | 353 "dom/Attribute.h", |
| 356 "dom/AttributeCollection.h", | 354 "dom/AttributeCollection.h", |
| (...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1441 "events/ProgressEvent.idl", | 1439 "events/ProgressEvent.idl", |
| 1442 "events/ResourceProgressEvent.idl", | 1440 "events/ResourceProgressEvent.idl", |
| 1443 "events/TextEvent.idl", | 1441 "events/TextEvent.idl", |
| 1444 "events/TouchEvent.idl", | 1442 "events/TouchEvent.idl", |
| 1445 "events/TransitionEvent.idl", | 1443 "events/TransitionEvent.idl", |
| 1446 "events/UIEvent.idl", | 1444 "events/UIEvent.idl", |
| 1447 "events/AnimationEvent.idl", | 1445 "events/AnimationEvent.idl", |
| 1448 "events/WheelEvent.idl", | 1446 "events/WheelEvent.idl", |
| 1449 "html/canvas/WebGLContextEvent.idl", | 1447 "html/canvas/WebGLContextEvent.idl", |
| 1450 ], "abspath") | 1448 ], "abspath") |
| OLD | NEW |