| 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/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
| 10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
| (...skipping 4055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4066 'css/parser/CSSParserFastPathsTest.cpp', | 4066 'css/parser/CSSParserFastPathsTest.cpp', |
| 4067 'css/parser/CSSParserTokenTest.cpp', | 4067 'css/parser/CSSParserTokenTest.cpp', |
| 4068 'css/parser/CSSPropertyParserTest.cpp', | 4068 'css/parser/CSSPropertyParserTest.cpp', |
| 4069 'css/parser/CSSSelectorParserTest.cpp', | 4069 'css/parser/CSSSelectorParserTest.cpp', |
| 4070 'css/parser/CSSTokenizerTest.cpp', | 4070 'css/parser/CSSTokenizerTest.cpp', |
| 4071 'css/parser/MediaConditionTest.cpp', | 4071 'css/parser/MediaConditionTest.cpp', |
| 4072 'css/parser/SizesAttributeParserTest.cpp', | 4072 'css/parser/SizesAttributeParserTest.cpp', |
| 4073 'css/parser/SizesCalcParserTest.cpp', | 4073 'css/parser/SizesCalcParserTest.cpp', |
| 4074 'css/resolver/FontBuilderTest.cpp', | 4074 'css/resolver/FontBuilderTest.cpp', |
| 4075 'css/resolver/MatchResultTest.cpp', | 4075 'css/resolver/MatchResultTest.cpp', |
| 4076 'css/resolver/SharedStyleFinderTest.cpp', |
| 4076 'dom/ActiveDOMObjectTest.cpp', | 4077 'dom/ActiveDOMObjectTest.cpp', |
| 4077 'dom/AttrTest.cpp', | 4078 'dom/AttrTest.cpp', |
| 4078 'dom/CSSSelectorWatchTest.cpp', | 4079 'dom/CSSSelectorWatchTest.cpp', |
| 4079 'dom/CrossThreadTaskTest.cpp', | 4080 'dom/CrossThreadTaskTest.cpp', |
| 4080 'dom/DOMImplementationTest.cpp', | 4081 'dom/DOMImplementationTest.cpp', |
| 4081 'dom/DocumentStatisticsCollectorTest.cpp', | 4082 'dom/DocumentStatisticsCollectorTest.cpp', |
| 4082 'dom/DocumentTest.cpp', | 4083 'dom/DocumentTest.cpp', |
| 4083 'dom/ElementTest.cpp', | 4084 'dom/ElementTest.cpp', |
| 4084 'dom/MainThreadTaskRunnerTest.cpp', | 4085 'dom/MainThreadTaskRunnerTest.cpp', |
| 4085 'dom/NodeTest.cpp', | 4086 'dom/NodeTest.cpp', |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4275 'testing/PrivateScriptTestTest.cpp', | 4276 'testing/PrivateScriptTestTest.cpp', |
| 4276 'timing/MemoryInfoTest.cpp', | 4277 'timing/MemoryInfoTest.cpp', |
| 4277 'timing/PerformanceBaseTest.cpp', | 4278 'timing/PerformanceBaseTest.cpp', |
| 4278 'timing/PerformanceObserverTest.cpp', | 4279 'timing/PerformanceObserverTest.cpp', |
| 4279 'workers/WorkerThreadTest.cpp', | 4280 'workers/WorkerThreadTest.cpp', |
| 4280 'workers/WorkerThreadTestHelper.h', | 4281 'workers/WorkerThreadTestHelper.h', |
| 4281 'xml/parser/SharedBufferReaderTest.cpp', | 4282 'xml/parser/SharedBufferReaderTest.cpp', |
| 4282 ], | 4283 ], |
| 4283 } | 4284 } |
| 4284 } | 4285 } |
| OLD | NEW |