| 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 4191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4202 'html/LinkRelAttributeTest.cpp', | 4202 'html/LinkRelAttributeTest.cpp', |
| 4203 'html/TimeRangesTest.cpp', | 4203 'html/TimeRangesTest.cpp', |
| 4204 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', | 4204 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', |
| 4205 'html/canvas/CanvasFontCacheTest.cpp', | 4205 'html/canvas/CanvasFontCacheTest.cpp', |
| 4206 'html/forms/EmailInputTypeTest.cpp', | 4206 'html/forms/EmailInputTypeTest.cpp', |
| 4207 'html/forms/FileInputTypeTest.cpp', | 4207 'html/forms/FileInputTypeTest.cpp', |
| 4208 'html/forms/OptionListTest.cpp', | 4208 'html/forms/OptionListTest.cpp', |
| 4209 'html/forms/StepRangeTest.cpp', | 4209 'html/forms/StepRangeTest.cpp', |
| 4210 'html/parser/AtomicHTMLTokenTest.cpp', | 4210 'html/parser/AtomicHTMLTokenTest.cpp', |
| 4211 'html/parser/CompactHTMLTokenTest.cpp', | 4211 'html/parser/CompactHTMLTokenTest.cpp', |
| 4212 'html/parser/CSSPreloadScannerTest.cpp', |
| 4212 'html/parser/HTMLDocumentParserTest.cpp', | 4213 'html/parser/HTMLDocumentParserTest.cpp', |
| 4213 'html/parser/HTMLEntityParserTest.cpp', | 4214 'html/parser/HTMLEntityParserTest.cpp', |
| 4214 'html/parser/HTMLParserIdiomsTest.cpp', | 4215 'html/parser/HTMLParserIdiomsTest.cpp', |
| 4215 'html/parser/HTMLParserThreadTest.cpp', | 4216 'html/parser/HTMLParserThreadTest.cpp', |
| 4216 'html/parser/HTMLPreloadScannerTest.cpp', | 4217 'html/parser/HTMLPreloadScannerTest.cpp', |
| 4217 'html/parser/HTMLResourcePreloaderTest.cpp', | 4218 'html/parser/HTMLResourcePreloaderTest.cpp', |
| 4218 'html/parser/HTMLSrcsetParserTest.cpp', | 4219 'html/parser/HTMLSrcsetParserTest.cpp', |
| 4219 'html/parser/HTMLTokenizerTest.cpp', | 4220 'html/parser/HTMLTokenizerTest.cpp', |
| 4220 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', | 4221 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', |
| 4221 'html/parser/TextResourceDecoderTest.cpp', | 4222 'html/parser/TextResourceDecoderTest.cpp', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4298 'timing/MemoryInfoTest.cpp', | 4299 'timing/MemoryInfoTest.cpp', |
| 4299 'timing/PerformanceBaseTest.cpp', | 4300 'timing/PerformanceBaseTest.cpp', |
| 4300 'timing/PerformanceObserverTest.cpp', | 4301 'timing/PerformanceObserverTest.cpp', |
| 4301 'workers/DedicatedWorkerTest.cpp', | 4302 'workers/DedicatedWorkerTest.cpp', |
| 4302 'workers/WorkerThreadTest.cpp', | 4303 'workers/WorkerThreadTest.cpp', |
| 4303 'workers/WorkerThreadTestHelper.h', | 4304 'workers/WorkerThreadTestHelper.h', |
| 4304 'xml/parser/SharedBufferReaderTest.cpp', | 4305 'xml/parser/SharedBufferReaderTest.cpp', |
| 4305 ], | 4306 ], |
| 4306 } | 4307 } |
| 4307 } | 4308 } |
| OLD | NEW |