| 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 "dom/custom/CustomElement.cpp", | 357 "dom/custom/CustomElement.cpp", |
| 358 "dom/custom/CustomElement.h", | 358 "dom/custom/CustomElement.h", |
| 359 "dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp", | 359 "dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp", |
| 360 "dom/custom/CustomElementAsyncImportMicrotaskQueue.h", | 360 "dom/custom/CustomElementAsyncImportMicrotaskQueue.h", |
| 361 "dom/custom/CustomElementCallbackInvocation.cpp", | 361 "dom/custom/CustomElementCallbackInvocation.cpp", |
| 362 "dom/custom/CustomElementCallbackInvocation.h", | 362 "dom/custom/CustomElementCallbackInvocation.h", |
| 363 "dom/custom/CustomElementCallbackQueue.cpp", | 363 "dom/custom/CustomElementCallbackQueue.cpp", |
| 364 "dom/custom/CustomElementCallbackQueue.h", | 364 "dom/custom/CustomElementCallbackQueue.h", |
| 365 "dom/custom/CustomElementDefinition.cpp", | 365 "dom/custom/CustomElementDefinition.cpp", |
| 366 "dom/custom/CustomElementDefinition.h", | 366 "dom/custom/CustomElementDefinition.h", |
| 367 "dom/custom/CustomElementDescriptor.h", | |
| 368 "dom/custom/CustomElementDescriptorHash.h", | |
| 369 "dom/custom/CustomElementException.cpp", | 367 "dom/custom/CustomElementException.cpp", |
| 370 "dom/custom/CustomElementException.h", | 368 "dom/custom/CustomElementException.h", |
| 371 "dom/custom/CustomElementLifecycleCallbacks.h", | 369 "dom/custom/CustomElementLifecycleCallbacks.h", |
| 372 "dom/custom/CustomElementMicrotaskDispatcher.cpp", | 370 "dom/custom/CustomElementMicrotaskDispatcher.cpp", |
| 373 "dom/custom/CustomElementMicrotaskDispatcher.h", | 371 "dom/custom/CustomElementMicrotaskDispatcher.h", |
| 374 "dom/custom/CustomElementMicrotaskImportStep.cpp", | 372 "dom/custom/CustomElementMicrotaskImportStep.cpp", |
| 375 "dom/custom/CustomElementMicrotaskImportStep.h", | 373 "dom/custom/CustomElementMicrotaskImportStep.h", |
| 376 "dom/custom/CustomElementMicrotaskQueueBase.cpp", | 374 "dom/custom/CustomElementMicrotaskQueueBase.cpp", |
| 377 "dom/custom/CustomElementMicrotaskQueueBase.h", | 375 "dom/custom/CustomElementMicrotaskQueueBase.h", |
| 378 "dom/custom/CustomElementMicrotaskResolutionStep.cpp", | 376 "dom/custom/CustomElementMicrotaskResolutionStep.cpp", |
| (...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1345 "events/KeyboardEvent.idl", | 1343 "events/KeyboardEvent.idl", |
| 1346 "events/PageTransitionEvent.idl", | 1344 "events/PageTransitionEvent.idl", |
| 1347 "events/PointerEvent.idl", | 1345 "events/PointerEvent.idl", |
| 1348 "events/TextEvent.idl", | 1346 "events/TextEvent.idl", |
| 1349 "events/TransitionEvent.idl", | 1347 "events/TransitionEvent.idl", |
| 1350 "events/UIEvent.idl", | 1348 "events/UIEvent.idl", |
| 1351 "events/WheelEvent.idl", | 1349 "events/WheelEvent.idl", |
| 1352 "html/canvas/WebGLContextEvent.idl", | 1350 "html/canvas/WebGLContextEvent.idl", |
| 1353 ], | 1351 ], |
| 1354 "abspath") | 1352 "abspath") |
| OLD | NEW |