| 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 4187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4198 'layout/LayoutThemeTest.cpp', | 4198 'layout/LayoutThemeTest.cpp', |
| 4199 'layout/MapCoordinatesTest.cpp', | 4199 'layout/MapCoordinatesTest.cpp', |
| 4200 'layout/MultiColumnFragmentainerGroupTest.cpp', | 4200 'layout/MultiColumnFragmentainerGroupTest.cpp', |
| 4201 'layout/OverflowModelTest.cpp', | 4201 'layout/OverflowModelTest.cpp', |
| 4202 'layout/PaginationTest.cpp', | 4202 'layout/PaginationTest.cpp', |
| 4203 'layout/PaintContainmentTest.cpp', | 4203 'layout/PaintContainmentTest.cpp', |
| 4204 'layout/ScrollAnchorTest.cpp', | 4204 'layout/ScrollAnchorTest.cpp', |
| 4205 'layout/TextAutosizerTest.cpp', | 4205 'layout/TextAutosizerTest.cpp', |
| 4206 'layout/VisualRectMappingTest.cpp', | 4206 'layout/VisualRectMappingTest.cpp', |
| 4207 'layout/compositing/CompositedLayerMappingTest.cpp', | 4207 'layout/compositing/CompositedLayerMappingTest.cpp', |
| 4208 'layout/ng/ng_block_layout_algorithm_test.cc', |
| 4208 'layout/shapes/BoxShapeTest.cpp', | 4209 'layout/shapes/BoxShapeTest.cpp', |
| 4209 'layout/svg/LayoutSVGRootTest.cpp', | 4210 'layout/svg/LayoutSVGRootTest.cpp', |
| 4210 'loader/DocumentLoadTimingTest.cpp', | 4211 'loader/DocumentLoadTimingTest.cpp', |
| 4211 'loader/FrameFetchContextTest.cpp', | 4212 'loader/FrameFetchContextTest.cpp', |
| 4212 'loader/LinkLoaderTest.cpp', | 4213 'loader/LinkLoaderTest.cpp', |
| 4213 'loader/MixedContentCheckerTest.cpp', | 4214 'loader/MixedContentCheckerTest.cpp', |
| 4214 'loader/TextResourceDecoderBuilderTest.cpp', | 4215 'loader/TextResourceDecoderBuilderTest.cpp', |
| 4215 'loader/ThreadableLoaderTest.cpp', | 4216 'loader/ThreadableLoaderTest.cpp', |
| 4216 'origin_trials/OriginTrialContextTest.cpp', | 4217 'origin_trials/OriginTrialContextTest.cpp', |
| 4217 'page/ChromeClientTest.cpp', | 4218 'page/ChromeClientTest.cpp', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4249 'testing/PrivateScriptTestTest.cpp', | 4250 'testing/PrivateScriptTestTest.cpp', |
| 4250 'timing/MemoryInfoTest.cpp', | 4251 'timing/MemoryInfoTest.cpp', |
| 4251 'timing/PerformanceBaseTest.cpp', | 4252 'timing/PerformanceBaseTest.cpp', |
| 4252 'timing/PerformanceObserverTest.cpp', | 4253 'timing/PerformanceObserverTest.cpp', |
| 4253 'workers/WorkerThreadTest.cpp', | 4254 'workers/WorkerThreadTest.cpp', |
| 4254 'workers/WorkerThreadTestHelper.h', | 4255 'workers/WorkerThreadTestHelper.h', |
| 4255 'xml/parser/SharedBufferReaderTest.cpp', | 4256 'xml/parser/SharedBufferReaderTest.cpp', |
| 4256 ], | 4257 ], |
| 4257 } | 4258 } |
| 4258 } | 4259 } |
| OLD | NEW |