| 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 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1062 "inspector/InspectorNodeIds.cpp", | 1062 "inspector/InspectorNodeIds.cpp", |
| 1063 "inspector/InspectorNodeIds.h", | 1063 "inspector/InspectorNodeIds.h", |
| 1064 "inspector/InspectorState.cpp", | 1064 "inspector/InspectorState.cpp", |
| 1065 "inspector/InspectorState.h", | 1065 "inspector/InspectorState.h", |
| 1066 "inspector/InspectorTraceEvents.cpp", | 1066 "inspector/InspectorTraceEvents.cpp", |
| 1067 "inspector/InspectorTraceEvents.h", | 1067 "inspector/InspectorTraceEvents.h", |
| 1068 "inspector/JavaScriptCallFrame.cpp", | 1068 "inspector/JavaScriptCallFrame.cpp", |
| 1069 "inspector/JavaScriptCallFrame.h", | 1069 "inspector/JavaScriptCallFrame.h", |
| 1070 "inspector/JSONParser.cpp", | 1070 "inspector/JSONParser.cpp", |
| 1071 "inspector/JSONParser.h", | 1071 "inspector/JSONParser.h", |
| 1072 "inspector/PageDebuggerAgent.cpp", | |
| 1073 "inspector/PageDebuggerAgent.h", | |
| 1074 "inspector/PromiseTracker.cpp", | 1072 "inspector/PromiseTracker.cpp", |
| 1075 "inspector/PromiseTracker.h", | 1073 "inspector/PromiseTracker.h", |
| 1076 "inspector/ScriptArguments.cpp", | 1074 "inspector/ScriptArguments.cpp", |
| 1077 "inspector/ScriptArguments.h", | 1075 "inspector/ScriptArguments.h", |
| 1078 "inspector/ScriptAsyncCallStack.cpp", | 1076 "inspector/ScriptAsyncCallStack.cpp", |
| 1079 "inspector/ScriptAsyncCallStack.h", | 1077 "inspector/ScriptAsyncCallStack.h", |
| 1080 "inspector/ScriptCallFrame.cpp", | 1078 "inspector/ScriptCallFrame.cpp", |
| 1081 "inspector/ScriptCallFrame.h", | 1079 "inspector/ScriptCallFrame.h", |
| 1082 "inspector/ScriptCallStack.cpp", | 1080 "inspector/ScriptCallStack.cpp", |
| 1083 "inspector/ScriptCallStack.h", | 1081 "inspector/ScriptCallStack.h", |
| (...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1534 "events/ProgressEvent.idl", | 1532 "events/ProgressEvent.idl", |
| 1535 "events/ResourceProgressEvent.idl", | 1533 "events/ResourceProgressEvent.idl", |
| 1536 "events/TextEvent.idl", | 1534 "events/TextEvent.idl", |
| 1537 "events/TouchEvent.idl", | 1535 "events/TouchEvent.idl", |
| 1538 "events/TransitionEvent.idl", | 1536 "events/TransitionEvent.idl", |
| 1539 "events/UIEvent.idl", | 1537 "events/UIEvent.idl", |
| 1540 "events/AnimationEvent.idl", | 1538 "events/AnimationEvent.idl", |
| 1541 "events/WheelEvent.idl", | 1539 "events/WheelEvent.idl", |
| 1542 "html/canvas/WebGLContextEvent.idl", | 1540 "html/canvas/WebGLContextEvent.idl", |
| 1543 ], "abspath") | 1541 ], "abspath") |
| OLD | NEW |