| 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 "editing/SmartReplace.h", | 642 "editing/SmartReplace.h", |
| 643 "editing/SmartReplaceICU.cpp", | 643 "editing/SmartReplaceICU.cpp", |
| 644 "editing/SpellChecker.cpp", | 644 "editing/SpellChecker.cpp", |
| 645 "editing/SpellChecker.h", | 645 "editing/SpellChecker.h", |
| 646 "editing/SpellCheckRequester.cpp", | 646 "editing/SpellCheckRequester.cpp", |
| 647 "editing/SpellCheckRequester.h", | 647 "editing/SpellCheckRequester.h", |
| 648 "editing/SplitElementCommand.cpp", | 648 "editing/SplitElementCommand.cpp", |
| 649 "editing/SplitElementCommand.h", | 649 "editing/SplitElementCommand.h", |
| 650 "editing/SplitTextNodeCommand.cpp", | 650 "editing/SplitTextNodeCommand.cpp", |
| 651 "editing/SplitTextNodeCommand.h", | 651 "editing/SplitTextNodeCommand.h", |
| 652 "editing/SplitTextNodeContainingElementCommand.cpp", | |
| 653 "editing/SplitTextNodeContainingElementCommand.h", | |
| 654 "editing/SurroundingText.cpp", | 652 "editing/SurroundingText.cpp", |
| 655 "editing/SurroundingText.h", | 653 "editing/SurroundingText.h", |
| 656 "editing/TextAffinity.h", | 654 "editing/TextAffinity.h", |
| 657 "editing/TextCheckingHelper.cpp", | 655 "editing/TextCheckingHelper.cpp", |
| 658 "editing/TextCheckingHelper.h", | 656 "editing/TextCheckingHelper.h", |
| 659 "editing/TextGranularity.h", | 657 "editing/TextGranularity.h", |
| 660 "editing/TextInsertionBaseCommand.cpp", | 658 "editing/TextInsertionBaseCommand.cpp", |
| 661 "editing/TextInsertionBaseCommand.h", | 659 "editing/TextInsertionBaseCommand.h", |
| 662 "editing/TextIterator.cpp", | 660 "editing/TextIterator.cpp", |
| 663 "editing/TextIterator.h", | 661 "editing/TextIterator.h", |
| (...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1505 "events/ProgressEvent.idl", | 1503 "events/ProgressEvent.idl", |
| 1506 "events/ResourceProgressEvent.idl", | 1504 "events/ResourceProgressEvent.idl", |
| 1507 "events/TextEvent.idl", | 1505 "events/TextEvent.idl", |
| 1508 "events/TouchEvent.idl", | 1506 "events/TouchEvent.idl", |
| 1509 "events/TransitionEvent.idl", | 1507 "events/TransitionEvent.idl", |
| 1510 "events/UIEvent.idl", | 1508 "events/UIEvent.idl", |
| 1511 "events/AnimationEvent.idl", | 1509 "events/AnimationEvent.idl", |
| 1512 "events/WheelEvent.idl", | 1510 "events/WheelEvent.idl", |
| 1513 "html/canvas/WebGLContextEvent.idl", | 1511 "html/canvas/WebGLContextEvent.idl", |
| 1514 ], "abspath") | 1512 ], "abspath") |
| OLD | NEW |