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 4183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4194 'layout/LayoutThemeTest.cpp', | 4194 'layout/LayoutThemeTest.cpp', |
4195 'layout/MapCoordinatesTest.cpp', | 4195 'layout/MapCoordinatesTest.cpp', |
4196 'layout/MultiColumnFragmentainerGroupTest.cpp', | 4196 'layout/MultiColumnFragmentainerGroupTest.cpp', |
4197 'layout/OverflowModelTest.cpp', | 4197 'layout/OverflowModelTest.cpp', |
4198 'layout/PaginationTest.cpp', | 4198 'layout/PaginationTest.cpp', |
4199 'layout/PaintContainmentTest.cpp', | 4199 'layout/PaintContainmentTest.cpp', |
4200 'layout/ScrollAnchorTest.cpp', | 4200 'layout/ScrollAnchorTest.cpp', |
4201 'layout/TextAutosizerTest.cpp', | 4201 'layout/TextAutosizerTest.cpp', |
4202 'layout/VisualRectMappingTest.cpp', | 4202 'layout/VisualRectMappingTest.cpp', |
4203 'layout/compositing/CompositedLayerMappingTest.cpp', | 4203 'layout/compositing/CompositedLayerMappingTest.cpp', |
| 4204 'layout/ng/ng_block_layout_algorithm_unittest.cc', |
4204 'layout/shapes/BoxShapeTest.cpp', | 4205 'layout/shapes/BoxShapeTest.cpp', |
4205 'layout/svg/LayoutSVGRootTest.cpp', | 4206 'layout/svg/LayoutSVGRootTest.cpp', |
4206 'loader/DocumentLoadTimingTest.cpp', | 4207 'loader/DocumentLoadTimingTest.cpp', |
4207 'loader/FrameFetchContextTest.cpp', | 4208 'loader/FrameFetchContextTest.cpp', |
4208 'loader/LinkLoaderTest.cpp', | 4209 'loader/LinkLoaderTest.cpp', |
4209 'loader/MixedContentCheckerTest.cpp', | 4210 'loader/MixedContentCheckerTest.cpp', |
4210 'loader/TextResourceDecoderBuilderTest.cpp', | 4211 'loader/TextResourceDecoderBuilderTest.cpp', |
4211 'loader/ThreadableLoaderTest.cpp', | 4212 'loader/ThreadableLoaderTest.cpp', |
4212 'origin_trials/OriginTrialContextTest.cpp', | 4213 'origin_trials/OriginTrialContextTest.cpp', |
4213 'page/ChromeClientTest.cpp', | 4214 'page/ChromeClientTest.cpp', |
(...skipping 30 matching lines...) Expand all Loading... |
4244 'testing/PrivateScriptTestTest.cpp', | 4245 'testing/PrivateScriptTestTest.cpp', |
4245 'timing/MemoryInfoTest.cpp', | 4246 'timing/MemoryInfoTest.cpp', |
4246 'timing/PerformanceBaseTest.cpp', | 4247 'timing/PerformanceBaseTest.cpp', |
4247 'timing/PerformanceObserverTest.cpp', | 4248 'timing/PerformanceObserverTest.cpp', |
4248 'workers/WorkerThreadTest.cpp', | 4249 'workers/WorkerThreadTest.cpp', |
4249 'workers/WorkerThreadTestHelper.h', | 4250 'workers/WorkerThreadTestHelper.h', |
4250 'xml/parser/SharedBufferReaderTest.cpp', | 4251 'xml/parser/SharedBufferReaderTest.cpp', |
4251 ], | 4252 ], |
4252 } | 4253 } |
4253 } | 4254 } |
OLD | NEW |