| 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 3817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3828 'css/invalidation/DescendantInvalidationSetTest.cpp', | 3828 'css/invalidation/DescendantInvalidationSetTest.cpp', |
| 3829 'css/parser/CSSParserValuesTest.cpp', | 3829 'css/parser/CSSParserValuesTest.cpp', |
| 3830 'css/parser/CSSPropertyParserTest.cpp', | 3830 'css/parser/CSSPropertyParserTest.cpp', |
| 3831 'css/parser/CSSSelectorParserTest.cpp', | 3831 'css/parser/CSSSelectorParserTest.cpp', |
| 3832 'css/parser/CSSTokenizerTest.cpp', | 3832 'css/parser/CSSTokenizerTest.cpp', |
| 3833 'css/parser/MediaConditionTest.cpp', | 3833 'css/parser/MediaConditionTest.cpp', |
| 3834 'css/parser/SizesAttributeParserTest.cpp', | 3834 'css/parser/SizesAttributeParserTest.cpp', |
| 3835 'css/parser/SizesCalcParserTest.cpp', | 3835 'css/parser/SizesCalcParserTest.cpp', |
| 3836 'css/resolver/FontBuilderTest.cpp', | 3836 'css/resolver/FontBuilderTest.cpp', |
| 3837 'dom/ActiveDOMObjectTest.cpp', | 3837 'dom/ActiveDOMObjectTest.cpp', |
| 3838 'dom/AttrTest.cpp', |
| 3838 'dom/CrossThreadTaskTest.cpp', | 3839 'dom/CrossThreadTaskTest.cpp', |
| 3839 'dom/DOMImplementationTest.cpp', | 3840 'dom/DOMImplementationTest.cpp', |
| 3840 'dom/DocumentMarkerControllerTest.cpp', | 3841 'dom/DocumentMarkerControllerTest.cpp', |
| 3841 'dom/DocumentTest.cpp', | 3842 'dom/DocumentTest.cpp', |
| 3842 'dom/MainThreadTaskRunnerTest.cpp', | 3843 'dom/MainThreadTaskRunnerTest.cpp', |
| 3843 'dom/NthIndexCacheTest.cpp', | 3844 'dom/NthIndexCacheTest.cpp', |
| 3844 'dom/RangeTest.cpp', | 3845 'dom/RangeTest.cpp', |
| 3845 'dom/ScriptRunnerTest.cpp', | 3846 'dom/ScriptRunnerTest.cpp', |
| 3846 'dom/TreeScopeStyleSheetCollectionTest.cpp', | 3847 'dom/TreeScopeStyleSheetCollectionTest.cpp', |
| 3847 'dom/TreeScopeTest.cpp', | 3848 'dom/TreeScopeTest.cpp', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3921 'style/ComputedStyleTest.cpp', | 3922 'style/ComputedStyleTest.cpp', |
| 3922 'style/OutlineValueTest.cpp', | 3923 'style/OutlineValueTest.cpp', |
| 3923 'style/SVGComputedStyleTest.cpp', | 3924 'style/SVGComputedStyleTest.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 |