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 1895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1906 'loader/FrameFetchContext.h', | 1906 'loader/FrameFetchContext.h', |
1907 'loader/FrameLoadRequest.h', | 1907 'loader/FrameLoadRequest.h', |
1908 'loader/FrameLoader.cpp', | 1908 'loader/FrameLoader.cpp', |
1909 'loader/FrameLoaderStateMachine.cpp', | 1909 'loader/FrameLoaderStateMachine.cpp', |
1910 'loader/HistoryItem.cpp', | 1910 'loader/HistoryItem.cpp', |
1911 'loader/HistoryItem.h', | 1911 'loader/HistoryItem.h', |
1912 'loader/HttpEquiv.cpp', | 1912 'loader/HttpEquiv.cpp', |
1913 'loader/HttpEquiv.h', | 1913 'loader/HttpEquiv.h', |
1914 'loader/ImageLoader.cpp', | 1914 'loader/ImageLoader.cpp', |
1915 'loader/ImageLoader.h', | 1915 'loader/ImageLoader.h', |
1916 'loader/LinkHeader.cpp', | |
1917 'loader/LinkLoader.cpp', | 1916 'loader/LinkLoader.cpp', |
1918 'loader/LinkLoader.h', | 1917 'loader/LinkLoader.h', |
1919 'loader/LinkLoaderClient.h', | 1918 'loader/LinkLoaderClient.h', |
1920 'loader/LinkPreloadResourceClients.cpp', | 1919 'loader/LinkPreloadResourceClients.cpp', |
1921 'loader/LinkPreloadResourceClients.h', | 1920 'loader/LinkPreloadResourceClients.h', |
1922 'loader/MixedContentChecker.cpp', | 1921 'loader/MixedContentChecker.cpp', |
1923 'loader/MixedContentChecker.h', | 1922 'loader/MixedContentChecker.h', |
1924 'loader/NavigationPolicy.cpp', | 1923 'loader/NavigationPolicy.cpp', |
1925 'loader/NavigationPolicy.h', | 1924 'loader/NavigationPolicy.h', |
1926 'loader/NavigationScheduler.cpp', | 1925 'loader/NavigationScheduler.cpp', |
(...skipping 2133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4060 'layout/OverflowModelTest.cpp', | 4059 'layout/OverflowModelTest.cpp', |
4061 'layout/PaginationTest.cpp', | 4060 'layout/PaginationTest.cpp', |
4062 'layout/PaintContainmentTest.cpp', | 4061 'layout/PaintContainmentTest.cpp', |
4063 'layout/ScrollAnchorTest.cpp', | 4062 'layout/ScrollAnchorTest.cpp', |
4064 'layout/VisualRectMappingTest.cpp', | 4063 'layout/VisualRectMappingTest.cpp', |
4065 'layout/compositing/CompositedLayerMappingTest.cpp', | 4064 'layout/compositing/CompositedLayerMappingTest.cpp', |
4066 'layout/shapes/BoxShapeTest.cpp', | 4065 'layout/shapes/BoxShapeTest.cpp', |
4067 'layout/svg/LayoutSVGRootTest.cpp', | 4066 'layout/svg/LayoutSVGRootTest.cpp', |
4068 'loader/DocumentLoadTimingTest.cpp', | 4067 'loader/DocumentLoadTimingTest.cpp', |
4069 'loader/FrameFetchContextTest.cpp', | 4068 'loader/FrameFetchContextTest.cpp', |
4070 'loader/LinkHeaderTest.cpp', | |
4071 'loader/LinkLoaderTest.cpp', | 4069 'loader/LinkLoaderTest.cpp', |
4072 'loader/MixedContentCheckerTest.cpp', | 4070 'loader/MixedContentCheckerTest.cpp', |
4073 'loader/TextResourceDecoderBuilderTest.cpp', | 4071 'loader/TextResourceDecoderBuilderTest.cpp', |
4074 'loader/ThreadableLoaderTest.cpp', | 4072 'loader/ThreadableLoaderTest.cpp', |
4075 'origin_trials/OriginTrialContextTest.cpp', | 4073 'origin_trials/OriginTrialContextTest.cpp', |
4076 'page/ChromeClientTest.cpp', | 4074 'page/ChromeClientTest.cpp', |
4077 'page/ContextMenuControllerTest.cpp', | 4075 'page/ContextMenuControllerTest.cpp', |
4078 'page/EventSourceParserTest.cpp', | 4076 'page/EventSourceParserTest.cpp', |
4079 'page/FocusControllerTest.cpp', | 4077 'page/FocusControllerTest.cpp', |
4080 'page/NetworkStateNotifierTest.cpp', | 4078 'page/NetworkStateNotifierTest.cpp', |
(...skipping 20 matching lines...) Expand all Loading... |
4101 'svg/SVGPathParserTest.cpp', | 4099 'svg/SVGPathParserTest.cpp', |
4102 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4100 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4103 'testing/PrivateScriptTestTest.cpp', | 4101 'testing/PrivateScriptTestTest.cpp', |
4104 'timing/MemoryInfoTest.cpp', | 4102 'timing/MemoryInfoTest.cpp', |
4105 'workers/WorkerThreadTest.cpp', | 4103 'workers/WorkerThreadTest.cpp', |
4106 'workers/WorkerThreadTestHelper.h', | 4104 'workers/WorkerThreadTestHelper.h', |
4107 'xml/parser/SharedBufferReaderTest.cpp', | 4105 'xml/parser/SharedBufferReaderTest.cpp', |
4108 ], | 4106 ], |
4109 } | 4107 } |
4110 } | 4108 } |
OLD | NEW |