| 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 4130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4141 'html/LinkRelAttributeTest.cpp', | 4141 'html/LinkRelAttributeTest.cpp', |
| 4142 'html/TimeRangesTest.cpp', | 4142 'html/TimeRangesTest.cpp', |
| 4143 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', | 4143 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', |
| 4144 'html/canvas/CanvasFontCacheTest.cpp', | 4144 'html/canvas/CanvasFontCacheTest.cpp', |
| 4145 'html/forms/EmailInputTypeTest.cpp', | 4145 'html/forms/EmailInputTypeTest.cpp', |
| 4146 'html/forms/FileInputTypeTest.cpp', | 4146 'html/forms/FileInputTypeTest.cpp', |
| 4147 'html/forms/OptionListTest.cpp', | 4147 'html/forms/OptionListTest.cpp', |
| 4148 'html/forms/StepRangeTest.cpp', | 4148 'html/forms/StepRangeTest.cpp', |
| 4149 'html/parser/AtomicHTMLTokenTest.cpp', | 4149 'html/parser/AtomicHTMLTokenTest.cpp', |
| 4150 'html/parser/CompactHTMLTokenTest.cpp', | 4150 'html/parser/CompactHTMLTokenTest.cpp', |
| 4151 'html/parser/CSSPreloadScannerTest.cpp', |
| 4151 'html/parser/HTMLEntityParserTest.cpp', | 4152 'html/parser/HTMLEntityParserTest.cpp', |
| 4152 'html/parser/HTMLParserIdiomsTest.cpp', | 4153 'html/parser/HTMLParserIdiomsTest.cpp', |
| 4153 'html/parser/HTMLParserThreadTest.cpp', | 4154 'html/parser/HTMLParserThreadTest.cpp', |
| 4154 'html/parser/HTMLPreloadScannerTest.cpp', | 4155 'html/parser/HTMLPreloadScannerTest.cpp', |
| 4155 'html/parser/HTMLResourcePreloaderTest.cpp', | 4156 'html/parser/HTMLResourcePreloaderTest.cpp', |
| 4156 'html/parser/HTMLSrcsetParserTest.cpp', | 4157 'html/parser/HTMLSrcsetParserTest.cpp', |
| 4157 'html/parser/HTMLTokenizerTest.cpp', | 4158 'html/parser/HTMLTokenizerTest.cpp', |
| 4158 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', | 4159 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', |
| 4159 'html/shadow/MediaControlsTest.cpp', | 4160 'html/shadow/MediaControlsTest.cpp', |
| 4160 'html/track/TextTrackListTest.cpp', | 4161 'html/track/TextTrackListTest.cpp', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4231 'testing/PrivateScriptTestTest.cpp', | 4232 'testing/PrivateScriptTestTest.cpp', |
| 4232 'timing/MemoryInfoTest.cpp', | 4233 'timing/MemoryInfoTest.cpp', |
| 4233 'timing/PerformanceBaseTest.cpp', | 4234 'timing/PerformanceBaseTest.cpp', |
| 4234 'timing/PerformanceObserverTest.cpp', | 4235 'timing/PerformanceObserverTest.cpp', |
| 4235 'workers/WorkerThreadTest.cpp', | 4236 'workers/WorkerThreadTest.cpp', |
| 4236 'workers/WorkerThreadTestHelper.h', | 4237 'workers/WorkerThreadTestHelper.h', |
| 4237 'xml/parser/SharedBufferReaderTest.cpp', | 4238 'xml/parser/SharedBufferReaderTest.cpp', |
| 4238 ], | 4239 ], |
| 4239 } | 4240 } |
| 4240 } | 4241 } |
| OLD | NEW |