| 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/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
| 10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
| (...skipping 4204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4215 'layout/MapCoordinatesTest.cpp', | 4215 'layout/MapCoordinatesTest.cpp', |
| 4216 'layout/MultiColumnFragmentainerGroupTest.cpp', | 4216 'layout/MultiColumnFragmentainerGroupTest.cpp', |
| 4217 'layout/OverflowModelTest.cpp', | 4217 'layout/OverflowModelTest.cpp', |
| 4218 'layout/PaginationTest.cpp', | 4218 'layout/PaginationTest.cpp', |
| 4219 'layout/PaintContainmentTest.cpp', | 4219 'layout/PaintContainmentTest.cpp', |
| 4220 'layout/ScrollAnchorTest.cpp', | 4220 'layout/ScrollAnchorTest.cpp', |
| 4221 'layout/TextAutosizerTest.cpp', | 4221 'layout/TextAutosizerTest.cpp', |
| 4222 'layout/VisualRectMappingTest.cpp', | 4222 'layout/VisualRectMappingTest.cpp', |
| 4223 'layout/compositing/CompositedLayerMappingTest.cpp', | 4223 'layout/compositing/CompositedLayerMappingTest.cpp', |
| 4224 'layout/ng/ng_block_layout_algorithm_test.cc', | 4224 'layout/ng/ng_block_layout_algorithm_test.cc', |
| 4225 'layout/ng/ng_length_utils_test.cc', |
| 4225 'layout/shapes/BoxShapeTest.cpp', | 4226 'layout/shapes/BoxShapeTest.cpp', |
| 4226 'layout/svg/LayoutSVGRootTest.cpp', | 4227 'layout/svg/LayoutSVGRootTest.cpp', |
| 4227 'loader/DocumentLoadTimingTest.cpp', | 4228 'loader/DocumentLoadTimingTest.cpp', |
| 4228 'loader/FrameFetchContextTest.cpp', | 4229 'loader/FrameFetchContextTest.cpp', |
| 4229 'loader/LinkLoaderTest.cpp', | 4230 'loader/LinkLoaderTest.cpp', |
| 4230 'loader/MixedContentCheckerTest.cpp', | 4231 'loader/MixedContentCheckerTest.cpp', |
| 4231 'loader/TextResourceDecoderBuilderTest.cpp', | 4232 'loader/TextResourceDecoderBuilderTest.cpp', |
| 4232 'loader/ThreadableLoaderTest.cpp', | 4233 'loader/ThreadableLoaderTest.cpp', |
| 4233 'origin_trials/OriginTrialContextTest.cpp', | 4234 'origin_trials/OriginTrialContextTest.cpp', |
| 4234 'page/ChromeClientTest.cpp', | 4235 'page/ChromeClientTest.cpp', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4266 'testing/PrivateScriptTestTest.cpp', | 4267 'testing/PrivateScriptTestTest.cpp', |
| 4267 'timing/MemoryInfoTest.cpp', | 4268 'timing/MemoryInfoTest.cpp', |
| 4268 'timing/PerformanceBaseTest.cpp', | 4269 'timing/PerformanceBaseTest.cpp', |
| 4269 'timing/PerformanceObserverTest.cpp', | 4270 'timing/PerformanceObserverTest.cpp', |
| 4270 'workers/WorkerThreadTest.cpp', | 4271 'workers/WorkerThreadTest.cpp', |
| 4271 'workers/WorkerThreadTestHelper.h', | 4272 'workers/WorkerThreadTestHelper.h', |
| 4272 'xml/parser/SharedBufferReaderTest.cpp', | 4273 'xml/parser/SharedBufferReaderTest.cpp', |
| 4273 ], | 4274 ], |
| 4274 } | 4275 } |
| 4275 } | 4276 } |
| OLD | NEW |