| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 "dom/custom/CustomElementProcessingStack.h", | 397 "dom/custom/CustomElementProcessingStack.h", |
| 398 "dom/custom/CustomElementProcessingStep.h", | 398 "dom/custom/CustomElementProcessingStep.h", |
| 399 "dom/custom/CustomElementRegistrationContext.cpp", | 399 "dom/custom/CustomElementRegistrationContext.cpp", |
| 400 "dom/custom/CustomElementRegistrationContext.h", | 400 "dom/custom/CustomElementRegistrationContext.h", |
| 401 "dom/custom/CustomElementRegistry.cpp", | 401 "dom/custom/CustomElementRegistry.cpp", |
| 402 "dom/custom/CustomElementRegistry.h", | 402 "dom/custom/CustomElementRegistry.h", |
| 403 "dom/custom/CustomElementScheduler.cpp", | 403 "dom/custom/CustomElementScheduler.cpp", |
| 404 "dom/custom/CustomElementScheduler.h", | 404 "dom/custom/CustomElementScheduler.h", |
| 405 "dom/custom/CustomElementSyncMicrotaskQueue.cpp", | 405 "dom/custom/CustomElementSyncMicrotaskQueue.cpp", |
| 406 "dom/custom/CustomElementSyncMicrotaskQueue.h", | 406 "dom/custom/CustomElementSyncMicrotaskQueue.h", |
| 407 "dom/custom/CustomElementUpgradeCandidateMap.cpp", | |
| 408 "dom/custom/CustomElementUpgradeCandidateMap.h", | |
| 409 "dom/Document.cpp", | 407 "dom/Document.cpp", |
| 410 "dom/Document.h", | 408 "dom/Document.h", |
| 411 "dom/DocumentFragment.cpp", | 409 "dom/DocumentFragment.cpp", |
| 412 "dom/DocumentFragment.h", | 410 "dom/DocumentFragment.h", |
| 413 "dom/DocumentInit.cpp", | 411 "dom/DocumentInit.cpp", |
| 414 "dom/DocumentInit.h", | 412 "dom/DocumentInit.h", |
| 415 "dom/DocumentLifecycle.cpp", | 413 "dom/DocumentLifecycle.cpp", |
| 416 "dom/DocumentLifecycle.h", | 414 "dom/DocumentLifecycle.h", |
| 417 "dom/DocumentLifecycleNotifier.cpp", | 415 "dom/DocumentLifecycleNotifier.cpp", |
| 418 "dom/DocumentLifecycleNotifier.h", | 416 "dom/DocumentLifecycleNotifier.h", |
| (...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1420 "events/ResourceProgressEvent.idl", | 1418 "events/ResourceProgressEvent.idl", |
| 1421 "events/TextEvent.idl", | 1419 "events/TextEvent.idl", |
| 1422 "events/TouchEvent.idl", | 1420 "events/TouchEvent.idl", |
| 1423 "events/TransitionEvent.idl", | 1421 "events/TransitionEvent.idl", |
| 1424 "events/UIEvent.idl", | 1422 "events/UIEvent.idl", |
| 1425 "events/AnimationEvent.idl", | 1423 "events/AnimationEvent.idl", |
| 1426 "events/WheelEvent.idl", | 1424 "events/WheelEvent.idl", |
| 1427 "html/canvas/WebGLContextEvent.idl", | 1425 "html/canvas/WebGLContextEvent.idl", |
| 1428 ], | 1426 ], |
| 1429 "abspath") | 1427 "abspath") |
| OLD | NEW |