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 3794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3805 'dom/DOMImplementationTest.cpp', | 3805 'dom/DOMImplementationTest.cpp', |
3806 'dom/DocumentStatisticsCollectorTest.cpp', | 3806 'dom/DocumentStatisticsCollectorTest.cpp', |
3807 'dom/DocumentTest.cpp', | 3807 'dom/DocumentTest.cpp', |
3808 'dom/MainThreadTaskRunnerTest.cpp', | 3808 'dom/MainThreadTaskRunnerTest.cpp', |
3809 'dom/NthIndexCacheTest.cpp', | 3809 'dom/NthIndexCacheTest.cpp', |
3810 'dom/RangeTest.cpp', | 3810 'dom/RangeTest.cpp', |
3811 'dom/ScriptRunnerTest.cpp', | 3811 'dom/ScriptRunnerTest.cpp', |
3812 'dom/StyleElementTest.cpp', | 3812 'dom/StyleElementTest.cpp', |
3813 'dom/TreeScopeStyleSheetCollectionTest.cpp', | 3813 'dom/TreeScopeStyleSheetCollectionTest.cpp', |
3814 'dom/TreeScopeTest.cpp', | 3814 'dom/TreeScopeTest.cpp', |
| 3815 'dom/URLSearchParamsTest.cpp', |
3815 'dom/shadow/ComposedTreeTraversalTest.cpp', | 3816 'dom/shadow/ComposedTreeTraversalTest.cpp', |
3816 'editing/EditingStrategyTest.cpp', | 3817 'editing/EditingStrategyTest.cpp', |
3817 'editing/EditingTestBase.cpp', | 3818 'editing/EditingTestBase.cpp', |
3818 'editing/EditingTestBase.h', | 3819 'editing/EditingTestBase.h', |
3819 'editing/EditingUtilitiesTest.cpp', | 3820 'editing/EditingUtilitiesTest.cpp', |
3820 'editing/FrameSelectionTest.cpp', | 3821 'editing/FrameSelectionTest.cpp', |
3821 'editing/GranularityStrategyTest.cpp', | 3822 'editing/GranularityStrategyTest.cpp', |
3822 'editing/InputMethodControllerTest.cpp', | 3823 'editing/InputMethodControllerTest.cpp', |
3823 'editing/iterators/CharacterIteratorTest.cpp', | 3824 'editing/iterators/CharacterIteratorTest.cpp', |
3824 'editing/iterators/SearchBufferTest.cpp', | 3825 'editing/iterators/SearchBufferTest.cpp', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3921 'style/SVGComputedStyleTest.cpp', | 3922 'style/SVGComputedStyleTest.cpp', |
3922 'svg/SVGPathParserTest.cpp', | 3923 'svg/SVGPathParserTest.cpp', |
3923 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3924 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3924 'testing/PrivateScriptTestTest.cpp', | 3925 'testing/PrivateScriptTestTest.cpp', |
3925 'timing/MemoryInfoTest.cpp', | 3926 'timing/MemoryInfoTest.cpp', |
3926 'workers/WorkerThreadTest.cpp', | 3927 'workers/WorkerThreadTest.cpp', |
3927 'xml/parser/SharedBufferReaderTest.cpp', | 3928 'xml/parser/SharedBufferReaderTest.cpp', |
3928 ], | 3929 ], |
3929 } | 3930 } |
3930 } | 3931 } |
OLD | NEW |