| 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 3899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3910 'layout/LayoutThemeTest.cpp', | 3910 'layout/LayoutThemeTest.cpp', |
| 3911 'layout/MultiColumnFragmentainerGroupTest.cpp', | 3911 'layout/MultiColumnFragmentainerGroupTest.cpp', |
| 3912 'layout/OverflowModelTest.cpp', | 3912 'layout/OverflowModelTest.cpp', |
| 3913 'layout/PaginationTest.cpp', | 3913 'layout/PaginationTest.cpp', |
| 3914 'layout/compositing/CompositedLayerMappingTest.cpp', | 3914 'layout/compositing/CompositedLayerMappingTest.cpp', |
| 3915 'layout/shapes/BoxShapeTest.cpp', | 3915 'layout/shapes/BoxShapeTest.cpp', |
| 3916 'loader/FrameFetchContextTest.cpp', | 3916 'loader/FrameFetchContextTest.cpp', |
| 3917 'loader/LinkHeaderTest.cpp', | 3917 'loader/LinkHeaderTest.cpp', |
| 3918 'loader/LinkLoaderTest.cpp', | 3918 'loader/LinkLoaderTest.cpp', |
| 3919 'loader/MixedContentCheckerTest.cpp', | 3919 'loader/MixedContentCheckerTest.cpp', |
| 3920 'page/ChromeClientTest.cpp', |
| 3920 'page/ContextMenuControllerTest.cpp', | 3921 'page/ContextMenuControllerTest.cpp', |
| 3921 'page/NetworkStateNotifierTest.cpp', | 3922 'page/NetworkStateNotifierTest.cpp', |
| 3922 'page/PagePopupClientTest.cpp', | 3923 'page/PagePopupClientTest.cpp', |
| 3923 'page/PrintContextTest.cpp', | 3924 'page/PrintContextTest.cpp', |
| 3924 'page/WindowFeaturesTest.cpp', | 3925 'page/WindowFeaturesTest.cpp', |
| 3925 'page/scrolling/ScrollStateTest.cpp', | 3926 'page/scrolling/ScrollStateTest.cpp', |
| 3926 'paint/LayerClipRecorderTest.cpp', | 3927 'paint/LayerClipRecorderTest.cpp', |
| 3927 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3928 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3928 'paint/NinePieceImageGridTest.cpp', | 3929 'paint/NinePieceImageGridTest.cpp', |
| 3929 'paint/PaintControllerPaintTest.cpp', | 3930 'paint/PaintControllerPaintTest.cpp', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 3940 'style/SVGComputedStyleTest.cpp', | 3941 'style/SVGComputedStyleTest.cpp', |
| 3941 'svg/SVGPathParserTest.cpp', | 3942 'svg/SVGPathParserTest.cpp', |
| 3942 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3943 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3943 'testing/PrivateScriptTestTest.cpp', | 3944 'testing/PrivateScriptTestTest.cpp', |
| 3944 'timing/MemoryInfoTest.cpp', | 3945 'timing/MemoryInfoTest.cpp', |
| 3945 'workers/WorkerThreadTest.cpp', | 3946 'workers/WorkerThreadTest.cpp', |
| 3946 'xml/parser/SharedBufferReaderTest.cpp', | 3947 'xml/parser/SharedBufferReaderTest.cpp', |
| 3947 ], | 3948 ], |
| 3948 } | 3949 } |
| 3949 } | 3950 } |
| OLD | NEW |