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 3727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3738 'css/parser/MediaConditionTest.cpp', | 3738 'css/parser/MediaConditionTest.cpp', |
3739 'css/parser/SizesAttributeParserTest.cpp', | 3739 'css/parser/SizesAttributeParserTest.cpp', |
3740 'css/parser/SizesCalcParserTest.cpp', | 3740 'css/parser/SizesCalcParserTest.cpp', |
3741 'css/resolver/FontBuilderTest.cpp', | 3741 'css/resolver/FontBuilderTest.cpp', |
3742 'dom/ActiveDOMObjectTest.cpp', | 3742 'dom/ActiveDOMObjectTest.cpp', |
3743 'dom/DOMImplementationTest.cpp', | 3743 'dom/DOMImplementationTest.cpp', |
3744 'dom/DocumentMarkerControllerTest.cpp', | 3744 'dom/DocumentMarkerControllerTest.cpp', |
3745 'dom/DocumentTest.cpp', | 3745 'dom/DocumentTest.cpp', |
3746 'dom/MainThreadTaskRunnerTest.cpp', | 3746 'dom/MainThreadTaskRunnerTest.cpp', |
3747 'dom/RangeTest.cpp', | 3747 'dom/RangeTest.cpp', |
3748 'dom/ScriptRunnerTest.cpp', | |
3749 'dom/TreeScopeTest.cpp', | 3748 'dom/TreeScopeTest.cpp', |
3750 'editing/CompositionUnderlineRangeFilterTest.cpp', | 3749 'editing/CompositionUnderlineRangeFilterTest.cpp', |
3751 'editing/FrameSelectionTest.cpp', | 3750 'editing/FrameSelectionTest.cpp', |
3752 'editing/InputMethodControllerTest.cpp', | 3751 'editing/InputMethodControllerTest.cpp', |
3753 'editing/iterators/TextIteratorTest.cpp', | 3752 'editing/iterators/TextIteratorTest.cpp', |
3754 'editing/SurroundingTextTest.cpp', | 3753 'editing/SurroundingTextTest.cpp', |
3755 'editing/VisibleSelectionTest.cpp', | 3754 'editing/VisibleSelectionTest.cpp', |
3756 'fetch/CachingCorrectnessTest.cpp', | 3755 'fetch/CachingCorrectnessTest.cpp', |
3757 'fetch/ImageResourceTest.cpp', | 3756 'fetch/ImageResourceTest.cpp', |
3758 'fetch/MemoryCacheTest.cpp', | 3757 'fetch/MemoryCacheTest.cpp', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3805 'rendering/RenderingTestHelper.h', | 3804 'rendering/RenderingTestHelper.h', |
3806 'streams/ExclusiveStreamReaderTest.cpp', | 3805 'streams/ExclusiveStreamReaderTest.cpp', |
3807 'streams/ReadableStreamTest.cpp', | 3806 'streams/ReadableStreamTest.cpp', |
3808 'testing/PrivateScriptTestTest.cpp', | 3807 'testing/PrivateScriptTestTest.cpp', |
3809 'testing/UnitTestHelpers.cpp', | 3808 'testing/UnitTestHelpers.cpp', |
3810 'testing/UnitTestHelpers.h', | 3809 'testing/UnitTestHelpers.h', |
3811 'xml/parser/SharedBufferReaderTest.cpp', | 3810 'xml/parser/SharedBufferReaderTest.cpp', |
3812 ], | 3811 ], |
3813 } | 3812 } |
3814 } | 3813 } |
OLD | NEW |