| 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 4145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4156 'html/parser/AtomicHTMLTokenTest.cpp', | 4156 'html/parser/AtomicHTMLTokenTest.cpp', |
| 4157 'html/parser/CompactHTMLTokenTest.cpp', | 4157 'html/parser/CompactHTMLTokenTest.cpp', |
| 4158 'html/parser/HTMLEntityParserTest.cpp', | 4158 'html/parser/HTMLEntityParserTest.cpp', |
| 4159 'html/parser/HTMLParserIdiomsTest.cpp', | 4159 'html/parser/HTMLParserIdiomsTest.cpp', |
| 4160 'html/parser/HTMLParserThreadTest.cpp', | 4160 'html/parser/HTMLParserThreadTest.cpp', |
| 4161 'html/parser/HTMLPreloadScannerTest.cpp', | 4161 'html/parser/HTMLPreloadScannerTest.cpp', |
| 4162 'html/parser/HTMLResourcePreloaderTest.cpp', | 4162 'html/parser/HTMLResourcePreloaderTest.cpp', |
| 4163 'html/parser/HTMLSrcsetParserTest.cpp', | 4163 'html/parser/HTMLSrcsetParserTest.cpp', |
| 4164 'html/parser/HTMLTokenizerTest.cpp', | 4164 'html/parser/HTMLTokenizerTest.cpp', |
| 4165 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', | 4165 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', |
| 4166 'html/parser/TextResourceDecoderTest.cpp', |
| 4166 'html/shadow/MediaControlsTest.cpp', | 4167 'html/shadow/MediaControlsTest.cpp', |
| 4167 'html/track/TextTrackListTest.cpp', | 4168 'html/track/TextTrackListTest.cpp', |
| 4168 'html/track/vtt/BufferedLineReaderTest.cpp', | 4169 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 4169 'html/track/vtt/VTTScannerTest.cpp', | 4170 'html/track/vtt/VTTScannerTest.cpp', |
| 4170 'input/EventHandlerTest.cpp', | 4171 'input/EventHandlerTest.cpp', |
| 4171 'layout/ImageQualityControllerTest.cpp', | 4172 'layout/ImageQualityControllerTest.cpp', |
| 4172 'layout/InlineTextBoxTest.cpp', | 4173 'layout/InlineTextBoxTest.cpp', |
| 4173 'layout/LayoutBlockTest.cpp', | 4174 'layout/LayoutBlockTest.cpp', |
| 4174 'layout/LayoutBoxModelObjectTest.cpp', | 4175 'layout/LayoutBoxModelObjectTest.cpp', |
| 4175 'layout/LayoutBoxTest.cpp', | 4176 'layout/LayoutBoxTest.cpp', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4238 'testing/PrivateScriptTestTest.cpp', | 4239 'testing/PrivateScriptTestTest.cpp', |
| 4239 'timing/MemoryInfoTest.cpp', | 4240 'timing/MemoryInfoTest.cpp', |
| 4240 'timing/PerformanceBaseTest.cpp', | 4241 'timing/PerformanceBaseTest.cpp', |
| 4241 'timing/PerformanceObserverTest.cpp', | 4242 'timing/PerformanceObserverTest.cpp', |
| 4242 'workers/WorkerThreadTest.cpp', | 4243 'workers/WorkerThreadTest.cpp', |
| 4243 'workers/WorkerThreadTestHelper.h', | 4244 'workers/WorkerThreadTestHelper.h', |
| 4244 'xml/parser/SharedBufferReaderTest.cpp', | 4245 'xml/parser/SharedBufferReaderTest.cpp', |
| 4245 ], | 4246 ], |
| 4246 } | 4247 } |
| 4247 } | 4248 } |
| OLD | NEW |