| 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 3909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3920 'layout/LayoutObjectTest.cpp', | 3920 'layout/LayoutObjectTest.cpp', |
| 3921 'layout/LayoutPartTest.cpp', | 3921 'layout/LayoutPartTest.cpp', |
| 3922 'layout/LayoutTableCellTest.cpp', | 3922 'layout/LayoutTableCellTest.cpp', |
| 3923 'layout/LayoutTableRowTest.cpp', | 3923 'layout/LayoutTableRowTest.cpp', |
| 3924 'layout/LayoutTestHelper.cpp', | 3924 'layout/LayoutTestHelper.cpp', |
| 3925 'layout/LayoutTestHelper.h', | 3925 'layout/LayoutTestHelper.h', |
| 3926 'layout/LayoutThemeTest.cpp', | 3926 'layout/LayoutThemeTest.cpp', |
| 3927 'layout/MultiColumnFragmentainerGroupTest.cpp', | 3927 'layout/MultiColumnFragmentainerGroupTest.cpp', |
| 3928 'layout/OverflowModelTest.cpp', | 3928 'layout/OverflowModelTest.cpp', |
| 3929 'layout/PaginationTest.cpp', | 3929 'layout/PaginationTest.cpp', |
| 3930 'layout/PaintContainmentTest.cpp', |
| 3930 'layout/compositing/CompositedLayerMappingTest.cpp', | 3931 'layout/compositing/CompositedLayerMappingTest.cpp', |
| 3931 'layout/shapes/BoxShapeTest.cpp', | 3932 'layout/shapes/BoxShapeTest.cpp', |
| 3932 'loader/FrameFetchContextTest.cpp', | 3933 'loader/FrameFetchContextTest.cpp', |
| 3933 'loader/LinkHeaderTest.cpp', | 3934 'loader/LinkHeaderTest.cpp', |
| 3934 'loader/LinkLoaderTest.cpp', | 3935 'loader/LinkLoaderTest.cpp', |
| 3935 'loader/MixedContentCheckerTest.cpp', | 3936 'loader/MixedContentCheckerTest.cpp', |
| 3936 'page/ChromeClientTest.cpp', | 3937 'page/ChromeClientTest.cpp', |
| 3937 'page/ContextMenuControllerTest.cpp', | 3938 'page/ContextMenuControllerTest.cpp', |
| 3938 'page/NetworkStateNotifierTest.cpp', | 3939 'page/NetworkStateNotifierTest.cpp', |
| 3939 'page/PagePopupClientTest.cpp', | 3940 'page/PagePopupClientTest.cpp', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 3957 'style/SVGComputedStyleTest.cpp', | 3958 'style/SVGComputedStyleTest.cpp', |
| 3958 'svg/SVGPathParserTest.cpp', | 3959 'svg/SVGPathParserTest.cpp', |
| 3959 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3960 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3960 'testing/PrivateScriptTestTest.cpp', | 3961 'testing/PrivateScriptTestTest.cpp', |
| 3961 'timing/MemoryInfoTest.cpp', | 3962 'timing/MemoryInfoTest.cpp', |
| 3962 'workers/WorkerThreadTest.cpp', | 3963 'workers/WorkerThreadTest.cpp', |
| 3963 'xml/parser/SharedBufferReaderTest.cpp', | 3964 'xml/parser/SharedBufferReaderTest.cpp', |
| 3964 ], | 3965 ], |
| 3965 } | 3966 } |
| 3966 } | 3967 } |
| OLD | NEW |