| 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 4103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4114 'streams/ReadableStreamOperationsTest.cpp', | 4114 'streams/ReadableStreamOperationsTest.cpp', |
| 4115 'streams/ReadableStreamReaderTest.cpp', | 4115 'streams/ReadableStreamReaderTest.cpp', |
| 4116 'streams/ReadableStreamTest.cpp', | 4116 'streams/ReadableStreamTest.cpp', |
| 4117 'style/ComputedStyleTest.cpp', | 4117 'style/ComputedStyleTest.cpp', |
| 4118 'style/OutlineValueTest.cpp', | 4118 'style/OutlineValueTest.cpp', |
| 4119 'style/SVGComputedStyleTest.cpp', | 4119 'style/SVGComputedStyleTest.cpp', |
| 4120 'svg/SVGPathParserTest.cpp', | 4120 'svg/SVGPathParserTest.cpp', |
| 4121 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4121 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4122 'testing/PrivateScriptTestTest.cpp', | 4122 'testing/PrivateScriptTestTest.cpp', |
| 4123 'timing/MemoryInfoTest.cpp', | 4123 'timing/MemoryInfoTest.cpp', |
| 4124 'timing/PerformanceBaseTest.cpp', |
| 4124 'workers/WorkerThreadTest.cpp', | 4125 'workers/WorkerThreadTest.cpp', |
| 4125 'workers/WorkerThreadTestHelper.h', | 4126 'workers/WorkerThreadTestHelper.h', |
| 4126 'xml/parser/SharedBufferReaderTest.cpp', | 4127 'xml/parser/SharedBufferReaderTest.cpp', |
| 4127 ], | 4128 ], |
| 4128 } | 4129 } |
| 4129 } | 4130 } |
| OLD | NEW |