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 4019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4030 'layout/PaginationTest.cpp', | 4030 'layout/PaginationTest.cpp', |
4031 'layout/PaintContainmentTest.cpp', | 4031 'layout/PaintContainmentTest.cpp', |
4032 'layout/ScrollAnchorTest.cpp', | 4032 'layout/ScrollAnchorTest.cpp', |
4033 'layout/compositing/CompositedLayerMappingTest.cpp', | 4033 'layout/compositing/CompositedLayerMappingTest.cpp', |
4034 'layout/shapes/BoxShapeTest.cpp', | 4034 'layout/shapes/BoxShapeTest.cpp', |
4035 'loader/DocumentLoadTimingTest.cpp', | 4035 'loader/DocumentLoadTimingTest.cpp', |
4036 'loader/FrameFetchContextTest.cpp', | 4036 'loader/FrameFetchContextTest.cpp', |
4037 'loader/LinkHeaderTest.cpp', | 4037 'loader/LinkHeaderTest.cpp', |
4038 'loader/LinkLoaderTest.cpp', | 4038 'loader/LinkLoaderTest.cpp', |
4039 'loader/MixedContentCheckerTest.cpp', | 4039 'loader/MixedContentCheckerTest.cpp', |
| 4040 'loader/ThreadableLoaderTest.cpp', |
4040 'origin_trials/OriginTrialContextTest.cpp', | 4041 'origin_trials/OriginTrialContextTest.cpp', |
4041 'page/ChromeClientTest.cpp', | 4042 'page/ChromeClientTest.cpp', |
4042 'page/ContextMenuControllerTest.cpp', | 4043 'page/ContextMenuControllerTest.cpp', |
4043 'page/EventSourceParserTest.cpp', | 4044 'page/EventSourceParserTest.cpp', |
4044 'page/FocusControllerTest.cpp', | 4045 'page/FocusControllerTest.cpp', |
4045 'page/NetworkStateNotifierTest.cpp', | 4046 'page/NetworkStateNotifierTest.cpp', |
4046 'page/PagePopupClientTest.cpp', | 4047 'page/PagePopupClientTest.cpp', |
4047 'page/PrintContextTest.cpp', | 4048 'page/PrintContextTest.cpp', |
4048 'page/WindowFeaturesTest.cpp', | 4049 'page/WindowFeaturesTest.cpp', |
4049 'page/scrolling/ScrollStateTest.cpp', | 4050 'page/scrolling/ScrollStateTest.cpp', |
(...skipping 10 matching lines...) Expand all Loading... |
4060 'streams/ReadableStreamReaderTest.cpp', | 4061 'streams/ReadableStreamReaderTest.cpp', |
4061 'streams/ReadableStreamTest.cpp', | 4062 'streams/ReadableStreamTest.cpp', |
4062 'style/ComputedStyleTest.cpp', | 4063 'style/ComputedStyleTest.cpp', |
4063 'style/OutlineValueTest.cpp', | 4064 'style/OutlineValueTest.cpp', |
4064 'style/SVGComputedStyleTest.cpp', | 4065 'style/SVGComputedStyleTest.cpp', |
4065 'svg/SVGPathParserTest.cpp', | 4066 'svg/SVGPathParserTest.cpp', |
4066 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4067 'testing/PrivateScriptTestTest.cpp', | 4068 'testing/PrivateScriptTestTest.cpp', |
4068 'timing/MemoryInfoTest.cpp', | 4069 'timing/MemoryInfoTest.cpp', |
4069 'workers/WorkerThreadTest.cpp', | 4070 'workers/WorkerThreadTest.cpp', |
| 4071 'workers/WorkerThreadTestHelper.h', |
4070 'xml/parser/SharedBufferReaderTest.cpp', | 4072 'xml/parser/SharedBufferReaderTest.cpp', |
4071 ], | 4073 ], |
4072 } | 4074 } |
4073 } | 4075 } |
OLD | NEW |