| 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 4106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4117 'html/parser/HTMLParserThreadTest.cpp', | 4117 'html/parser/HTMLParserThreadTest.cpp', |
| 4118 'html/parser/HTMLPreloadScannerTest.cpp', | 4118 'html/parser/HTMLPreloadScannerTest.cpp', |
| 4119 'html/parser/HTMLResourcePreloaderTest.cpp', | 4119 'html/parser/HTMLResourcePreloaderTest.cpp', |
| 4120 'html/parser/HTMLSrcsetParserTest.cpp', | 4120 'html/parser/HTMLSrcsetParserTest.cpp', |
| 4121 'html/shadow/MediaControlsTest.cpp', | 4121 'html/shadow/MediaControlsTest.cpp', |
| 4122 'html/track/vtt/BufferedLineReaderTest.cpp', | 4122 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 4123 'html/track/vtt/VTTScannerTest.cpp', | 4123 'html/track/vtt/VTTScannerTest.cpp', |
| 4124 'input/EventHandlerTest.cpp', | 4124 'input/EventHandlerTest.cpp', |
| 4125 'layout/ImageQualityControllerTest.cpp', | 4125 'layout/ImageQualityControllerTest.cpp', |
| 4126 'layout/LayoutBlockTest.cpp', | 4126 'layout/LayoutBlockTest.cpp', |
| 4127 'layout/LayoutBoxModelObjectTest.cpp', |
| 4127 'layout/LayoutBoxTest.cpp', | 4128 'layout/LayoutBoxTest.cpp', |
| 4128 'layout/LayoutInlineTest.cpp', | 4129 'layout/LayoutInlineTest.cpp', |
| 4129 'layout/LayoutMultiColumnFlowThreadTest.cpp', | 4130 'layout/LayoutMultiColumnFlowThreadTest.cpp', |
| 4130 'layout/LayoutObjectTest.cpp', | 4131 'layout/LayoutObjectTest.cpp', |
| 4131 'layout/LayoutPartTest.cpp', | 4132 'layout/LayoutPartTest.cpp', |
| 4132 'layout/LayoutProgressTest.cpp', | 4133 'layout/LayoutProgressTest.cpp', |
| 4133 'layout/LayoutTableCellTest.cpp', | 4134 'layout/LayoutTableCellTest.cpp', |
| 4134 'layout/LayoutTableRowTest.cpp', | 4135 'layout/LayoutTableRowTest.cpp', |
| 4135 'layout/LayoutTableSectionTest.cpp', | 4136 'layout/LayoutTableSectionTest.cpp', |
| 4136 'layout/LayoutTestHelper.cpp', | 4137 'layout/LayoutTestHelper.cpp', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4185 'testing/PrivateScriptTestTest.cpp', | 4186 'testing/PrivateScriptTestTest.cpp', |
| 4186 'timing/MemoryInfoTest.cpp', | 4187 'timing/MemoryInfoTest.cpp', |
| 4187 'timing/PerformanceBaseTest.cpp', | 4188 'timing/PerformanceBaseTest.cpp', |
| 4188 'timing/PerformanceObserverTest.cpp', | 4189 'timing/PerformanceObserverTest.cpp', |
| 4189 'workers/WorkerThreadTest.cpp', | 4190 'workers/WorkerThreadTest.cpp', |
| 4190 'workers/WorkerThreadTestHelper.h', | 4191 'workers/WorkerThreadTestHelper.h', |
| 4191 'xml/parser/SharedBufferReaderTest.cpp', | 4192 'xml/parser/SharedBufferReaderTest.cpp', |
| 4192 ], | 4193 ], |
| 4193 } | 4194 } |
| 4194 } | 4195 } |
| OLD | NEW |