OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'core_generated.gypi', | 3 'core_generated.gypi', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
7 'core_idl_files': [ | 7 'core_idl_files': [ |
8 'animation/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
(...skipping 3753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3764 'dom/RangeTest.cpp', | 3764 'dom/RangeTest.cpp', |
3765 'dom/ScriptRunnerTest.cpp', | 3765 'dom/ScriptRunnerTest.cpp', |
3766 'dom/StyleElementTest.cpp', | 3766 'dom/StyleElementTest.cpp', |
3767 'dom/TreeScopeStyleSheetCollectionTest.cpp', | 3767 'dom/TreeScopeStyleSheetCollectionTest.cpp', |
3768 'dom/TreeScopeTest.cpp', | 3768 'dom/TreeScopeTest.cpp', |
3769 'dom/shadow/ComposedTreeTraversalTest.cpp', | 3769 'dom/shadow/ComposedTreeTraversalTest.cpp', |
3770 'editing/CompositionUnderlineRangeFilterTest.cpp', | 3770 'editing/CompositionUnderlineRangeFilterTest.cpp', |
3771 'editing/EditingStrategyTest.cpp', | 3771 'editing/EditingStrategyTest.cpp', |
3772 'editing/EditingTestBase.cpp', | 3772 'editing/EditingTestBase.cpp', |
3773 'editing/EditingTestBase.h', | 3773 'editing/EditingTestBase.h', |
| 3774 'editing/EditingUtilitiesTest.cpp', |
3774 'editing/FrameSelectionTest.cpp', | 3775 'editing/FrameSelectionTest.cpp', |
3775 'editing/GranularityStrategyTest.cpp', | 3776 'editing/GranularityStrategyTest.cpp', |
3776 'editing/InputMethodControllerTest.cpp', | 3777 'editing/InputMethodControllerTest.cpp', |
3777 'editing/iterators/CharacterIteratorTest.cpp', | 3778 'editing/iterators/CharacterIteratorTest.cpp', |
3778 'editing/iterators/SearchBufferTest.cpp', | 3779 'editing/iterators/SearchBufferTest.cpp', |
3779 'editing/iterators/TextIteratorTest.cpp', | 3780 'editing/iterators/TextIteratorTest.cpp', |
3780 'editing/markers/DocumentMarkerControllerTest.cpp', | 3781 'editing/markers/DocumentMarkerControllerTest.cpp', |
3781 'editing/PositionTest.cpp', | 3782 'editing/PositionTest.cpp', |
3782 'editing/SurroundingTextTest.cpp', | 3783 'editing/SurroundingTextTest.cpp', |
3783 'editing/VisiblePositionTest.cpp', | 3784 'editing/VisiblePositionTest.cpp', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3856 'style/OutlineValueTest.cpp', | 3857 'style/OutlineValueTest.cpp', |
3857 'style/SVGComputedStyleTest.cpp', | 3858 'style/SVGComputedStyleTest.cpp', |
3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3859 'testing/PrivateScriptTestTest.cpp', | 3860 'testing/PrivateScriptTestTest.cpp', |
3860 'timing/MemoryInfoTest.cpp', | 3861 'timing/MemoryInfoTest.cpp', |
3861 'workers/WorkerThreadTest.cpp', | 3862 'workers/WorkerThreadTest.cpp', |
3862 'xml/parser/SharedBufferReaderTest.cpp', | 3863 'xml/parser/SharedBufferReaderTest.cpp', |
3863 ], | 3864 ], |
3864 } | 3865 } |
3865 } | 3866 } |
OLD | NEW |