| 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 4030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4041 'layout/PaginationTest.cpp', | 4041 'layout/PaginationTest.cpp', |
| 4042 'layout/PaintContainmentTest.cpp', | 4042 'layout/PaintContainmentTest.cpp', |
| 4043 'layout/ScrollAnchorTest.cpp', | 4043 'layout/ScrollAnchorTest.cpp', |
| 4044 'layout/compositing/CompositedLayerMappingTest.cpp', | 4044 'layout/compositing/CompositedLayerMappingTest.cpp', |
| 4045 'layout/shapes/BoxShapeTest.cpp', | 4045 'layout/shapes/BoxShapeTest.cpp', |
| 4046 'loader/DocumentLoadTimingTest.cpp', | 4046 'loader/DocumentLoadTimingTest.cpp', |
| 4047 'loader/FrameFetchContextTest.cpp', | 4047 'loader/FrameFetchContextTest.cpp', |
| 4048 'loader/LinkHeaderTest.cpp', | 4048 'loader/LinkHeaderTest.cpp', |
| 4049 'loader/LinkLoaderTest.cpp', | 4049 'loader/LinkLoaderTest.cpp', |
| 4050 'loader/MixedContentCheckerTest.cpp', | 4050 'loader/MixedContentCheckerTest.cpp', |
| 4051 'loader/TextResourceDecoderBuilderTest.cpp', |
| 4051 'loader/ThreadableLoaderTest.cpp', | 4052 'loader/ThreadableLoaderTest.cpp', |
| 4053 'origin_trials/DocumentOriginTrialContextTest.cpp', |
| 4052 'origin_trials/OriginTrialContextTest.cpp', | 4054 'origin_trials/OriginTrialContextTest.cpp', |
| 4053 'page/ChromeClientTest.cpp', | 4055 'page/ChromeClientTest.cpp', |
| 4054 'page/ContextMenuControllerTest.cpp', | 4056 'page/ContextMenuControllerTest.cpp', |
| 4055 'page/EventSourceParserTest.cpp', | 4057 'page/EventSourceParserTest.cpp', |
| 4056 'page/FocusControllerTest.cpp', | 4058 'page/FocusControllerTest.cpp', |
| 4057 'page/NetworkStateNotifierTest.cpp', | 4059 'page/NetworkStateNotifierTest.cpp', |
| 4058 'page/PagePopupClientTest.cpp', | 4060 'page/PagePopupClientTest.cpp', |
| 4059 'page/PrintContextTest.cpp', | 4061 'page/PrintContextTest.cpp', |
| 4060 'page/WindowFeaturesTest.cpp', | 4062 'page/WindowFeaturesTest.cpp', |
| 4061 'page/scrolling/ScrollStateTest.cpp', | 4063 'page/scrolling/ScrollStateTest.cpp', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 4078 'svg/SVGPathParserTest.cpp', | 4080 'svg/SVGPathParserTest.cpp', |
| 4079 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4081 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4080 'testing/PrivateScriptTestTest.cpp', | 4082 'testing/PrivateScriptTestTest.cpp', |
| 4081 'timing/MemoryInfoTest.cpp', | 4083 'timing/MemoryInfoTest.cpp', |
| 4082 'workers/WorkerThreadTest.cpp', | 4084 'workers/WorkerThreadTest.cpp', |
| 4083 'workers/WorkerThreadTestHelper.h', | 4085 'workers/WorkerThreadTestHelper.h', |
| 4084 'xml/parser/SharedBufferReaderTest.cpp', | 4086 'xml/parser/SharedBufferReaderTest.cpp', |
| 4085 ], | 4087 ], |
| 4086 } | 4088 } |
| 4087 } | 4089 } |
| OLD | NEW |