| 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 3874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3885 'css/parser/CSSPropertyParserTest.cpp', | 3885 'css/parser/CSSPropertyParserTest.cpp', |
| 3886 'css/parser/CSSSelectorParserTest.cpp', | 3886 'css/parser/CSSSelectorParserTest.cpp', |
| 3887 'css/parser/CSSTokenizerTest.cpp', | 3887 'css/parser/CSSTokenizerTest.cpp', |
| 3888 'css/parser/MediaConditionTest.cpp', | 3888 'css/parser/MediaConditionTest.cpp', |
| 3889 'css/parser/SizesAttributeParserTest.cpp', | 3889 'css/parser/SizesAttributeParserTest.cpp', |
| 3890 'css/parser/SizesCalcParserTest.cpp', | 3890 'css/parser/SizesCalcParserTest.cpp', |
| 3891 'css/resolver/FontBuilderTest.cpp', | 3891 'css/resolver/FontBuilderTest.cpp', |
| 3892 'css/resolver/MatchResultTest.cpp', | 3892 'css/resolver/MatchResultTest.cpp', |
| 3893 'dom/ActiveDOMObjectTest.cpp', | 3893 'dom/ActiveDOMObjectTest.cpp', |
| 3894 'dom/AttrTest.cpp', | 3894 'dom/AttrTest.cpp', |
| 3895 'dom/CSSSelectorWatchTest.cpp', |
| 3895 'dom/CrossThreadTaskTest.cpp', | 3896 'dom/CrossThreadTaskTest.cpp', |
| 3896 'dom/DOMImplementationTest.cpp', | 3897 'dom/DOMImplementationTest.cpp', |
| 3897 'dom/DocumentStatisticsCollectorTest.cpp', | 3898 'dom/DocumentStatisticsCollectorTest.cpp', |
| 3898 'dom/DocumentTest.cpp', | 3899 'dom/DocumentTest.cpp', |
| 3899 'dom/ElementTest.cpp', | 3900 'dom/ElementTest.cpp', |
| 3900 'dom/MainThreadTaskRunnerTest.cpp', | 3901 'dom/MainThreadTaskRunnerTest.cpp', |
| 3901 'dom/NodeTest.cpp', | 3902 'dom/NodeTest.cpp', |
| 3902 'dom/NthIndexCacheTest.cpp', | 3903 'dom/NthIndexCacheTest.cpp', |
| 3903 'dom/RangeTest.cpp', | 3904 'dom/RangeTest.cpp', |
| 3904 'dom/ScriptRunnerTest.cpp', | 3905 'dom/ScriptRunnerTest.cpp', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4037 'style/SVGComputedStyleTest.cpp', | 4038 'style/SVGComputedStyleTest.cpp', |
| 4038 'svg/SVGPathParserTest.cpp', | 4039 'svg/SVGPathParserTest.cpp', |
| 4039 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4040 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4040 'testing/PrivateScriptTestTest.cpp', | 4041 'testing/PrivateScriptTestTest.cpp', |
| 4041 'timing/MemoryInfoTest.cpp', | 4042 'timing/MemoryInfoTest.cpp', |
| 4042 'workers/WorkerThreadTest.cpp', | 4043 'workers/WorkerThreadTest.cpp', |
| 4043 'xml/parser/SharedBufferReaderTest.cpp', | 4044 'xml/parser/SharedBufferReaderTest.cpp', |
| 4044 ], | 4045 ], |
| 4045 } | 4046 } |
| 4046 } | 4047 } |
| OLD | NEW |