| 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 4013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4024 'layout/shapes/BoxShapeTest.cpp', | 4024 'layout/shapes/BoxShapeTest.cpp', |
| 4025 'loader/DocumentLoadTimingTest.cpp', | 4025 'loader/DocumentLoadTimingTest.cpp', |
| 4026 'loader/FrameFetchContextTest.cpp', | 4026 'loader/FrameFetchContextTest.cpp', |
| 4027 'loader/LinkHeaderTest.cpp', | 4027 'loader/LinkHeaderTest.cpp', |
| 4028 'loader/LinkLoaderTest.cpp', | 4028 'loader/LinkLoaderTest.cpp', |
| 4029 'loader/MixedContentCheckerTest.cpp', | 4029 'loader/MixedContentCheckerTest.cpp', |
| 4030 'origin_trials/OriginTrialContextTest.cpp', | 4030 'origin_trials/OriginTrialContextTest.cpp', |
| 4031 'page/ChromeClientTest.cpp', | 4031 'page/ChromeClientTest.cpp', |
| 4032 'page/ContextMenuControllerTest.cpp', | 4032 'page/ContextMenuControllerTest.cpp', |
| 4033 'page/EventSourceParserTest.cpp', | 4033 'page/EventSourceParserTest.cpp', |
| 4034 'page/FocusControllerTest.cpp', |
| 4034 'page/NetworkStateNotifierTest.cpp', | 4035 'page/NetworkStateNotifierTest.cpp', |
| 4035 'page/PagePopupClientTest.cpp', | 4036 'page/PagePopupClientTest.cpp', |
| 4036 'page/PrintContextTest.cpp', | 4037 'page/PrintContextTest.cpp', |
| 4037 'page/WindowFeaturesTest.cpp', | 4038 'page/WindowFeaturesTest.cpp', |
| 4038 'page/scrolling/ScrollStateTest.cpp', | 4039 'page/scrolling/ScrollStateTest.cpp', |
| 4039 'paint/LayerClipRecorderTest.cpp', | 4040 'paint/LayerClipRecorderTest.cpp', |
| 4040 'paint/LayoutObjectDrawingRecorderTest.cpp', | 4041 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 4041 'paint/NinePieceImageGridTest.cpp', | 4042 'paint/NinePieceImageGridTest.cpp', |
| 4042 'paint/PaintControllerPaintTest.cpp', | 4043 'paint/PaintControllerPaintTest.cpp', |
| 4043 'paint/PaintControllerPaintTest.h', | 4044 'paint/PaintControllerPaintTest.h', |
| 4044 'paint/PaintInfoTest.cpp', | 4045 'paint/PaintInfoTest.cpp', |
| 4045 'paint/PaintLayerPainterTest.cpp', | 4046 'paint/PaintLayerPainterTest.cpp', |
| 4046 'paint/PaintPropertyTreeBuilderTest.cpp', | 4047 'paint/PaintPropertyTreeBuilderTest.cpp', |
| 4047 'paint/TableCellPainterTest.cpp', | 4048 'paint/TableCellPainterTest.cpp', |
| 4048 'paint/TextPainterTest.cpp', | 4049 'paint/TextPainterTest.cpp', |
| 4049 'streams/ReadableStreamReaderTest.cpp', | 4050 'streams/ReadableStreamReaderTest.cpp', |
| 4050 'streams/ReadableStreamTest.cpp', | 4051 'streams/ReadableStreamTest.cpp', |
| 4051 'style/ComputedStyleTest.cpp', | 4052 'style/ComputedStyleTest.cpp', |
| 4052 'style/OutlineValueTest.cpp', | 4053 'style/OutlineValueTest.cpp', |
| 4053 'style/SVGComputedStyleTest.cpp', | 4054 'style/SVGComputedStyleTest.cpp', |
| 4054 'svg/SVGPathParserTest.cpp', | 4055 'svg/SVGPathParserTest.cpp', |
| 4055 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4056 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4056 'testing/PrivateScriptTestTest.cpp', | 4057 'testing/PrivateScriptTestTest.cpp', |
| 4057 'timing/MemoryInfoTest.cpp', | 4058 'timing/MemoryInfoTest.cpp', |
| 4058 'workers/WorkerThreadTest.cpp', | 4059 'workers/WorkerThreadTest.cpp', |
| 4059 'xml/parser/SharedBufferReaderTest.cpp', | 4060 'xml/parser/SharedBufferReaderTest.cpp', |
| 4060 ], | 4061 ], |
| 4061 } | 4062 } |
| 4062 } | 4063 } |
| OLD | NEW |