| 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 "css/parser/MediaQueryBlockWatcher.cpp", | 292 "css/parser/MediaQueryBlockWatcher.cpp", |
| 293 "css/parser/MediaQueryBlockWatcher.h", | 293 "css/parser/MediaQueryBlockWatcher.h", |
| 294 "css/parser/MediaQueryInputStream.cpp", | 294 "css/parser/MediaQueryInputStream.cpp", |
| 295 "css/parser/MediaQueryInputStream.h", | 295 "css/parser/MediaQueryInputStream.h", |
| 296 "css/parser/MediaQueryParser.cpp", | 296 "css/parser/MediaQueryParser.cpp", |
| 297 "css/parser/MediaQueryParser.h", | 297 "css/parser/MediaQueryParser.h", |
| 298 "css/parser/MediaQueryToken.cpp", | 298 "css/parser/MediaQueryToken.cpp", |
| 299 "css/parser/MediaQueryToken.h", | 299 "css/parser/MediaQueryToken.h", |
| 300 "css/parser/MediaQueryTokenizer.cpp", | 300 "css/parser/MediaQueryTokenizer.cpp", |
| 301 "css/parser/MediaQueryTokenizer.h", | 301 "css/parser/MediaQueryTokenizer.h", |
| 302 "css/parser/SizesAttributeParser.cpp", | |
| 303 "css/parser/SizesAttributeParser.h", | |
| 304 "css/parser/SizesCalcParser.cpp", | 302 "css/parser/SizesCalcParser.cpp", |
| 305 "css/parser/SizesCalcParser.h", | 303 "css/parser/SizesCalcParser.h", |
| 306 "css/PointerProperties.h", | 304 "css/PointerProperties.h", |
| 307 "css/PropertySetCSSStyleDeclaration.cpp", | 305 "css/PropertySetCSSStyleDeclaration.cpp", |
| 308 "css/PropertySetCSSStyleDeclaration.h", | 306 "css/PropertySetCSSStyleDeclaration.h", |
| 309 "css/Rect.cpp", | 307 "css/Rect.cpp", |
| 310 "css/Rect.h", | 308 "css/Rect.h", |
| 311 "css/RemoteFontFaceSource.cpp", | 309 "css/RemoteFontFaceSource.cpp", |
| 312 "css/RemoteFontFaceSource.h", | 310 "css/RemoteFontFaceSource.h", |
| 313 "css/resolver/AnimatedStyleBuilder.cpp", | 311 "css/resolver/AnimatedStyleBuilder.cpp", |
| (...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1508 "events/ProgressEvent.idl", | 1506 "events/ProgressEvent.idl", |
| 1509 "events/ResourceProgressEvent.idl", | 1507 "events/ResourceProgressEvent.idl", |
| 1510 "events/TextEvent.idl", | 1508 "events/TextEvent.idl", |
| 1511 "events/TouchEvent.idl", | 1509 "events/TouchEvent.idl", |
| 1512 "events/TransitionEvent.idl", | 1510 "events/TransitionEvent.idl", |
| 1513 "events/UIEvent.idl", | 1511 "events/UIEvent.idl", |
| 1514 "events/AnimationEvent.idl", | 1512 "events/AnimationEvent.idl", |
| 1515 "events/WheelEvent.idl", | 1513 "events/WheelEvent.idl", |
| 1516 "html/canvas/WebGLContextEvent.idl", | 1514 "html/canvas/WebGLContextEvent.idl", |
| 1517 ], "abspath") | 1515 ], "abspath") |
| OLD | NEW |