| 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 960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 971 "html/parser/HTMLScriptRunner.cpp", | 971 "html/parser/HTMLScriptRunner.cpp", |
| 972 "html/parser/HTMLScriptRunner.h", | 972 "html/parser/HTMLScriptRunner.h", |
| 973 "html/parser/HTMLSrcsetParser.cpp", | 973 "html/parser/HTMLSrcsetParser.cpp", |
| 974 "html/parser/HTMLSrcsetParser.h", | 974 "html/parser/HTMLSrcsetParser.h", |
| 975 "html/parser/HTMLStackItem.h", | 975 "html/parser/HTMLStackItem.h", |
| 976 "html/parser/HTMLToken.h", | 976 "html/parser/HTMLToken.h", |
| 977 "html/parser/HTMLTokenizer.cpp", | 977 "html/parser/HTMLTokenizer.cpp", |
| 978 "html/parser/HTMLTokenizer.h", | 978 "html/parser/HTMLTokenizer.h", |
| 979 "html/parser/HTMLTreeBuilder.cpp", | 979 "html/parser/HTMLTreeBuilder.cpp", |
| 980 "html/parser/HTMLTreeBuilder.h", | 980 "html/parser/HTMLTreeBuilder.h", |
| 981 "html/parser/HTMLTreeBuilderSimulator.cpp", | |
| 982 "html/parser/HTMLTreeBuilderSimulator.h", | |
| 983 "html/parser/InputStreamPreprocessor.h", | 981 "html/parser/InputStreamPreprocessor.h", |
| 984 "html/parser/MarkupTokenizerInlines.h", | 982 "html/parser/MarkupTokenizerInlines.h", |
| 985 "html/parser/NestingLevelIncrementer.h", | 983 "html/parser/NestingLevelIncrementer.h", |
| 986 "html/parser/TextResourceDecoder.cpp", | 984 "html/parser/TextResourceDecoder.cpp", |
| 987 "html/parser/TextResourceDecoder.h", | 985 "html/parser/TextResourceDecoder.h", |
| 988 "inspector/BindingVisitors.h", | 986 "inspector/BindingVisitors.h", |
| 989 "inspector/ConsoleAPITypes.h", | 987 "inspector/ConsoleAPITypes.h", |
| 990 "inspector/ConsoleMessage.cpp", | 988 "inspector/ConsoleMessage.cpp", |
| 991 "inspector/ConsoleMessage.h", | 989 "inspector/ConsoleMessage.h", |
| 992 "inspector/ConsoleMessageStorage.cpp", | 990 "inspector/ConsoleMessageStorage.cpp", |
| (...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1418 "events/ResourceProgressEvent.idl", | 1416 "events/ResourceProgressEvent.idl", |
| 1419 "events/TextEvent.idl", | 1417 "events/TextEvent.idl", |
| 1420 "events/TouchEvent.idl", | 1418 "events/TouchEvent.idl", |
| 1421 "events/TransitionEvent.idl", | 1419 "events/TransitionEvent.idl", |
| 1422 "events/UIEvent.idl", | 1420 "events/UIEvent.idl", |
| 1423 "events/WebKitAnimationEvent.idl", | 1421 "events/WebKitAnimationEvent.idl", |
| 1424 "events/WheelEvent.idl", | 1422 "events/WheelEvent.idl", |
| 1425 "html/MediaKeyEvent.idl", | 1423 "html/MediaKeyEvent.idl", |
| 1426 "html/canvas/WebGLContextEvent.idl", | 1424 "html/canvas/WebGLContextEvent.idl", |
| 1427 ], "abspath") | 1425 ], "abspath") |
| OLD | NEW |