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 1838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1849 'loader/FrameFetchContext.h', | 1849 'loader/FrameFetchContext.h', |
1850 'loader/FrameLoadRequest.h', | 1850 'loader/FrameLoadRequest.h', |
1851 'loader/FrameLoader.cpp', | 1851 'loader/FrameLoader.cpp', |
1852 'loader/FrameLoaderStateMachine.cpp', | 1852 'loader/FrameLoaderStateMachine.cpp', |
1853 'loader/HistoryItem.cpp', | 1853 'loader/HistoryItem.cpp', |
1854 'loader/HistoryItem.h', | 1854 'loader/HistoryItem.h', |
1855 'loader/HttpEquiv.cpp', | 1855 'loader/HttpEquiv.cpp', |
1856 'loader/HttpEquiv.h', | 1856 'loader/HttpEquiv.h', |
1857 'loader/ImageLoader.cpp', | 1857 'loader/ImageLoader.cpp', |
1858 'loader/ImageLoader.h', | 1858 'loader/ImageLoader.h', |
1859 'loader/LinkHeader.cpp', | |
1860 'loader/LinkLoader.cpp', | 1859 'loader/LinkLoader.cpp', |
1861 'loader/LinkLoader.h', | 1860 'loader/LinkLoader.h', |
1862 'loader/LinkLoaderClient.h', | 1861 'loader/LinkLoaderClient.h', |
1863 'loader/LinkPreloadResourceClients.cpp', | 1862 'loader/LinkPreloadResourceClients.cpp', |
1864 'loader/LinkPreloadResourceClients.h', | 1863 'loader/LinkPreloadResourceClients.h', |
1865 'loader/MixedContentChecker.cpp', | 1864 'loader/MixedContentChecker.cpp', |
1866 'loader/MixedContentChecker.h', | 1865 'loader/MixedContentChecker.h', |
1867 'loader/NavigationPolicy.cpp', | 1866 'loader/NavigationPolicy.cpp', |
1868 'loader/NavigationPolicy.h', | 1867 'loader/NavigationPolicy.h', |
1869 'loader/NavigationScheduler.cpp', | 1868 'loader/NavigationScheduler.cpp', |
(...skipping 2117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3987 'layout/MapLocalToAncestorTest.cpp', | 3986 'layout/MapLocalToAncestorTest.cpp', |
3988 'layout/MultiColumnFragmentainerGroupTest.cpp', | 3987 'layout/MultiColumnFragmentainerGroupTest.cpp', |
3989 'layout/OverflowModelTest.cpp', | 3988 'layout/OverflowModelTest.cpp', |
3990 'layout/PaginationTest.cpp', | 3989 'layout/PaginationTest.cpp', |
3991 'layout/PaintContainmentTest.cpp', | 3990 'layout/PaintContainmentTest.cpp', |
3992 'layout/ScrollAnchorTest.cpp', | 3991 'layout/ScrollAnchorTest.cpp', |
3993 'layout/compositing/CompositedLayerMappingTest.cpp', | 3992 'layout/compositing/CompositedLayerMappingTest.cpp', |
3994 'layout/shapes/BoxShapeTest.cpp', | 3993 'layout/shapes/BoxShapeTest.cpp', |
3995 'loader/DocumentLoadTimingTest.cpp', | 3994 'loader/DocumentLoadTimingTest.cpp', |
3996 'loader/FrameFetchContextTest.cpp', | 3995 'loader/FrameFetchContextTest.cpp', |
3997 'loader/LinkHeaderTest.cpp', | |
3998 'loader/LinkLoaderTest.cpp', | 3996 'loader/LinkLoaderTest.cpp', |
3999 'loader/MixedContentCheckerTest.cpp', | 3997 'loader/MixedContentCheckerTest.cpp', |
4000 'origin_trials/OriginTrialContextTest.cpp', | 3998 'origin_trials/OriginTrialContextTest.cpp', |
4001 'page/ChromeClientTest.cpp', | 3999 'page/ChromeClientTest.cpp', |
4002 'page/ContextMenuControllerTest.cpp', | 4000 'page/ContextMenuControllerTest.cpp', |
4003 'page/EventSourceParserTest.cpp', | 4001 'page/EventSourceParserTest.cpp', |
4004 'page/NetworkStateNotifierTest.cpp', | 4002 'page/NetworkStateNotifierTest.cpp', |
4005 'page/PagePopupClientTest.cpp', | 4003 'page/PagePopupClientTest.cpp', |
4006 'page/PrintContextTest.cpp', | 4004 'page/PrintContextTest.cpp', |
4007 'page/WindowFeaturesTest.cpp', | 4005 'page/WindowFeaturesTest.cpp', |
(...skipping 15 matching lines...) Expand all Loading... |
4023 'style/SVGComputedStyleTest.cpp', | 4021 'style/SVGComputedStyleTest.cpp', |
4024 'svg/SVGPathParserTest.cpp', | 4022 'svg/SVGPathParserTest.cpp', |
4025 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4023 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4026 'testing/PrivateScriptTestTest.cpp', | 4024 'testing/PrivateScriptTestTest.cpp', |
4027 'timing/MemoryInfoTest.cpp', | 4025 'timing/MemoryInfoTest.cpp', |
4028 'workers/WorkerThreadTest.cpp', | 4026 'workers/WorkerThreadTest.cpp', |
4029 'xml/parser/SharedBufferReaderTest.cpp', | 4027 'xml/parser/SharedBufferReaderTest.cpp', |
4030 ], | 4028 ], |
4031 } | 4029 } |
4032 } | 4030 } |
OLD | NEW |