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/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
(...skipping 3729 matching lines...) Loading... |
3740 'css/parser/SizesAttributeParserTest.cpp', | 3740 'css/parser/SizesAttributeParserTest.cpp', |
3741 'css/parser/SizesCalcParserTest.cpp', | 3741 'css/parser/SizesCalcParserTest.cpp', |
3742 'css/resolver/FontBuilderTest.cpp', | 3742 'css/resolver/FontBuilderTest.cpp', |
3743 'dom/ActiveDOMObjectTest.cpp', | 3743 'dom/ActiveDOMObjectTest.cpp', |
3744 'dom/CrossThreadTaskTest.cpp', | 3744 'dom/CrossThreadTaskTest.cpp', |
3745 'dom/DOMImplementationTest.cpp', | 3745 'dom/DOMImplementationTest.cpp', |
3746 'dom/DocumentMarkerControllerTest.cpp', | 3746 'dom/DocumentMarkerControllerTest.cpp', |
3747 'dom/DocumentTest.cpp', | 3747 'dom/DocumentTest.cpp', |
3748 'dom/MainThreadTaskRunnerTest.cpp', | 3748 'dom/MainThreadTaskRunnerTest.cpp', |
3749 'dom/RangeTest.cpp', | 3749 'dom/RangeTest.cpp', |
| 3750 'dom/ScriptRunnerTest.cpp', |
3750 'dom/TreeScopeTest.cpp', | 3751 'dom/TreeScopeTest.cpp', |
3751 'editing/CompositionUnderlineRangeFilterTest.cpp', | 3752 'editing/CompositionUnderlineRangeFilterTest.cpp', |
3752 'editing/FrameSelectionTest.cpp', | 3753 'editing/FrameSelectionTest.cpp', |
3753 'editing/InputMethodControllerTest.cpp', | 3754 'editing/InputMethodControllerTest.cpp', |
3754 'editing/iterators/TextIteratorTest.cpp', | 3755 'editing/iterators/TextIteratorTest.cpp', |
3755 'editing/SurroundingTextTest.cpp', | 3756 'editing/SurroundingTextTest.cpp', |
3756 'editing/VisibleSelectionTest.cpp', | 3757 'editing/VisibleSelectionTest.cpp', |
3757 'fetch/CachingCorrectnessTest.cpp', | 3758 'fetch/CachingCorrectnessTest.cpp', |
3758 'fetch/ImageResourceTest.cpp', | 3759 'fetch/ImageResourceTest.cpp', |
3759 'fetch/MemoryCacheTest.cpp', | 3760 'fetch/MemoryCacheTest.cpp', |
(...skipping 46 matching lines...) Loading... |
3806 'rendering/RenderOverflowTest.cpp', | 3807 'rendering/RenderOverflowTest.cpp', |
3807 'streams/ExclusiveStreamReaderTest.cpp', | 3808 'streams/ExclusiveStreamReaderTest.cpp', |
3808 'streams/ReadableStreamTest.cpp', | 3809 'streams/ReadableStreamTest.cpp', |
3809 'testing/PrivateScriptTestTest.cpp', | 3810 'testing/PrivateScriptTestTest.cpp', |
3810 'testing/UnitTestHelpers.cpp', | 3811 'testing/UnitTestHelpers.cpp', |
3811 'testing/UnitTestHelpers.h', | 3812 'testing/UnitTestHelpers.h', |
3812 'xml/parser/SharedBufferReaderTest.cpp', | 3813 'xml/parser/SharedBufferReaderTest.cpp', |
3813 ], | 3814 ], |
3814 } | 3815 } |
3815 } | 3816 } |
OLD | NEW |