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 3849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3860 'layout/LayoutMultiColumnFlowThreadTest.cpp', | 3860 'layout/LayoutMultiColumnFlowThreadTest.cpp', |
3861 'layout/LayoutObjectTest.cpp', | 3861 'layout/LayoutObjectTest.cpp', |
3862 'layout/LayoutPartTest.cpp', | 3862 'layout/LayoutPartTest.cpp', |
3863 'layout/LayoutTableCellTest.cpp', | 3863 'layout/LayoutTableCellTest.cpp', |
3864 'layout/LayoutTableRowTest.cpp', | 3864 'layout/LayoutTableRowTest.cpp', |
3865 'layout/LayoutTestHelper.cpp', | 3865 'layout/LayoutTestHelper.cpp', |
3866 'layout/LayoutTestHelper.h', | 3866 'layout/LayoutTestHelper.h', |
3867 'layout/LayoutThemeTest.cpp', | 3867 'layout/LayoutThemeTest.cpp', |
3868 'layout/MultiColumnFragmentainerGroupTest.cpp', | 3868 'layout/MultiColumnFragmentainerGroupTest.cpp', |
3869 'layout/OverflowModelTest.cpp', | 3869 'layout/OverflowModelTest.cpp', |
| 3870 'layout/PaginationTest.cpp', |
3870 'layout/shapes/BoxShapeTest.cpp', | 3871 'layout/shapes/BoxShapeTest.cpp', |
3871 'loader/FrameFetchContextTest.cpp', | 3872 'loader/FrameFetchContextTest.cpp', |
3872 'loader/LinkHeaderTest.cpp', | 3873 'loader/LinkHeaderTest.cpp', |
3873 'loader/LinkLoaderTest.cpp', | 3874 'loader/LinkLoaderTest.cpp', |
3874 'loader/MixedContentCheckerTest.cpp', | 3875 'loader/MixedContentCheckerTest.cpp', |
3875 'page/ContextMenuControllerTest.cpp', | 3876 'page/ContextMenuControllerTest.cpp', |
3876 'page/NetworkStateNotifierTest.cpp', | 3877 'page/NetworkStateNotifierTest.cpp', |
3877 'page/PagePopupClientTest.cpp', | 3878 'page/PagePopupClientTest.cpp', |
3878 'page/PrintContextTest.cpp', | 3879 'page/PrintContextTest.cpp', |
3879 'page/scrolling/ScrollStateTest.cpp', | 3880 'page/scrolling/ScrollStateTest.cpp', |
(...skipping 11 matching lines...) Expand all Loading... |
3891 'style/OutlineValueTest.cpp', | 3892 'style/OutlineValueTest.cpp', |
3892 'style/SVGComputedStyleTest.cpp', | 3893 'style/SVGComputedStyleTest.cpp', |
3893 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3894 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3894 'testing/PrivateScriptTestTest.cpp', | 3895 'testing/PrivateScriptTestTest.cpp', |
3895 'timing/MemoryInfoTest.cpp', | 3896 'timing/MemoryInfoTest.cpp', |
3896 'workers/WorkerThreadTest.cpp', | 3897 'workers/WorkerThreadTest.cpp', |
3897 'xml/parser/SharedBufferReaderTest.cpp', | 3898 'xml/parser/SharedBufferReaderTest.cpp', |
3898 ], | 3899 ], |
3899 } | 3900 } |
3900 } | 3901 } |
OLD | NEW |