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