| 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 4116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4127 'html/parser/CompactHTMLTokenTest.cpp', | 4127 'html/parser/CompactHTMLTokenTest.cpp', |
| 4128 'html/parser/HTMLEntityParserTest.cpp', | 4128 'html/parser/HTMLEntityParserTest.cpp', |
| 4129 'html/parser/HTMLParserIdiomsTest.cpp', | 4129 'html/parser/HTMLParserIdiomsTest.cpp', |
| 4130 'html/parser/HTMLParserThreadTest.cpp', | 4130 'html/parser/HTMLParserThreadTest.cpp', |
| 4131 'html/parser/HTMLPreloadScannerTest.cpp', | 4131 'html/parser/HTMLPreloadScannerTest.cpp', |
| 4132 'html/parser/HTMLResourcePreloaderTest.cpp', | 4132 'html/parser/HTMLResourcePreloaderTest.cpp', |
| 4133 'html/parser/HTMLSrcsetParserTest.cpp', | 4133 'html/parser/HTMLSrcsetParserTest.cpp', |
| 4134 'html/parser/HTMLTokenizerTest.cpp', | 4134 'html/parser/HTMLTokenizerTest.cpp', |
| 4135 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', | 4135 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', |
| 4136 'html/shadow/MediaControlsTest.cpp', | 4136 'html/shadow/MediaControlsTest.cpp', |
| 4137 'html/track/TextTrackListTest.cpp', |
| 4137 'html/track/vtt/BufferedLineReaderTest.cpp', | 4138 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 4138 'html/track/vtt/VTTScannerTest.cpp', | 4139 'html/track/vtt/VTTScannerTest.cpp', |
| 4139 'input/EventHandlerTest.cpp', | 4140 'input/EventHandlerTest.cpp', |
| 4140 'layout/ImageQualityControllerTest.cpp', | 4141 'layout/ImageQualityControllerTest.cpp', |
| 4141 'layout/InlineTextBoxTest.cpp', | 4142 'layout/InlineTextBoxTest.cpp', |
| 4142 'layout/LayoutBlockTest.cpp', | 4143 'layout/LayoutBlockTest.cpp', |
| 4143 'layout/LayoutBoxModelObjectTest.cpp', | 4144 'layout/LayoutBoxModelObjectTest.cpp', |
| 4144 'layout/LayoutBoxTest.cpp', | 4145 'layout/LayoutBoxTest.cpp', |
| 4145 'layout/LayoutInlineTest.cpp', | 4146 'layout/LayoutInlineTest.cpp', |
| 4146 'layout/LayoutMultiColumnFlowThreadTest.cpp', | 4147 'layout/LayoutMultiColumnFlowThreadTest.cpp', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4206 'testing/PrivateScriptTestTest.cpp', | 4207 'testing/PrivateScriptTestTest.cpp', |
| 4207 'timing/MemoryInfoTest.cpp', | 4208 'timing/MemoryInfoTest.cpp', |
| 4208 'timing/PerformanceBaseTest.cpp', | 4209 'timing/PerformanceBaseTest.cpp', |
| 4209 'timing/PerformanceObserverTest.cpp', | 4210 'timing/PerformanceObserverTest.cpp', |
| 4210 'workers/WorkerThreadTest.cpp', | 4211 'workers/WorkerThreadTest.cpp', |
| 4211 'workers/WorkerThreadTestHelper.h', | 4212 'workers/WorkerThreadTestHelper.h', |
| 4212 'xml/parser/SharedBufferReaderTest.cpp', | 4213 'xml/parser/SharedBufferReaderTest.cpp', |
| 4213 ], | 4214 ], |
| 4214 } | 4215 } |
| 4215 } | 4216 } |
| OLD | NEW |