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 1901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1912 'loader/FrameFetchContext.h', | 1912 'loader/FrameFetchContext.h', |
1913 'loader/FrameLoadRequest.h', | 1913 'loader/FrameLoadRequest.h', |
1914 'loader/FrameLoader.cpp', | 1914 'loader/FrameLoader.cpp', |
1915 'loader/FrameLoaderStateMachine.cpp', | 1915 'loader/FrameLoaderStateMachine.cpp', |
1916 'loader/HistoryItem.cpp', | 1916 'loader/HistoryItem.cpp', |
1917 'loader/HistoryItem.h', | 1917 'loader/HistoryItem.h', |
1918 'loader/HttpEquiv.cpp', | 1918 'loader/HttpEquiv.cpp', |
1919 'loader/HttpEquiv.h', | 1919 'loader/HttpEquiv.h', |
1920 'loader/ImageLoader.cpp', | 1920 'loader/ImageLoader.cpp', |
1921 'loader/ImageLoader.h', | 1921 'loader/ImageLoader.h', |
1922 'loader/LinkHeader.cpp', | |
1923 'loader/LinkLoader.cpp', | 1922 'loader/LinkLoader.cpp', |
1924 'loader/LinkLoader.h', | 1923 'loader/LinkLoader.h', |
1925 'loader/LinkLoaderClient.h', | 1924 'loader/LinkLoaderClient.h', |
1926 'loader/LinkPreloadResourceClients.cpp', | 1925 'loader/LinkPreloadResourceClients.cpp', |
1927 'loader/LinkPreloadResourceClients.h', | 1926 'loader/LinkPreloadResourceClients.h', |
1928 'loader/MixedContentChecker.cpp', | 1927 'loader/MixedContentChecker.cpp', |
1929 'loader/MixedContentChecker.h', | 1928 'loader/MixedContentChecker.h', |
1930 'loader/NavigationPolicy.cpp', | 1929 'loader/NavigationPolicy.cpp', |
1931 'loader/NavigationPolicy.h', | 1930 'loader/NavigationPolicy.h', |
1932 'loader/NavigationScheduler.cpp', | 1931 'loader/NavigationScheduler.cpp', |
(...skipping 2133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4066 'layout/OverflowModelTest.cpp', | 4065 'layout/OverflowModelTest.cpp', |
4067 'layout/PaginationTest.cpp', | 4066 'layout/PaginationTest.cpp', |
4068 'layout/PaintContainmentTest.cpp', | 4067 'layout/PaintContainmentTest.cpp', |
4069 'layout/ScrollAnchorTest.cpp', | 4068 'layout/ScrollAnchorTest.cpp', |
4070 'layout/VisualRectMappingTest.cpp', | 4069 'layout/VisualRectMappingTest.cpp', |
4071 'layout/compositing/CompositedLayerMappingTest.cpp', | 4070 'layout/compositing/CompositedLayerMappingTest.cpp', |
4072 'layout/shapes/BoxShapeTest.cpp', | 4071 'layout/shapes/BoxShapeTest.cpp', |
4073 'layout/svg/LayoutSVGRootTest.cpp', | 4072 'layout/svg/LayoutSVGRootTest.cpp', |
4074 'loader/DocumentLoadTimingTest.cpp', | 4073 'loader/DocumentLoadTimingTest.cpp', |
4075 'loader/FrameFetchContextTest.cpp', | 4074 'loader/FrameFetchContextTest.cpp', |
4076 'loader/LinkHeaderTest.cpp', | |
4077 'loader/LinkLoaderTest.cpp', | 4075 'loader/LinkLoaderTest.cpp', |
4078 'loader/MixedContentCheckerTest.cpp', | 4076 'loader/MixedContentCheckerTest.cpp', |
4079 'loader/TextResourceDecoderBuilderTest.cpp', | 4077 'loader/TextResourceDecoderBuilderTest.cpp', |
4080 'loader/ThreadableLoaderTest.cpp', | 4078 'loader/ThreadableLoaderTest.cpp', |
4081 'origin_trials/OriginTrialContextTest.cpp', | 4079 'origin_trials/OriginTrialContextTest.cpp', |
4082 'page/ChromeClientTest.cpp', | 4080 'page/ChromeClientTest.cpp', |
4083 'page/ContextMenuControllerTest.cpp', | 4081 'page/ContextMenuControllerTest.cpp', |
4084 'page/EventSourceParserTest.cpp', | 4082 'page/EventSourceParserTest.cpp', |
4085 'page/FocusControllerTest.cpp', | 4083 'page/FocusControllerTest.cpp', |
4086 'page/NetworkStateNotifierTest.cpp', | 4084 'page/NetworkStateNotifierTest.cpp', |
(...skipping 20 matching lines...) Expand all Loading... |
4107 'svg/SVGPathParserTest.cpp', | 4105 'svg/SVGPathParserTest.cpp', |
4108 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4106 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4109 'testing/PrivateScriptTestTest.cpp', | 4107 'testing/PrivateScriptTestTest.cpp', |
4110 'timing/MemoryInfoTest.cpp', | 4108 'timing/MemoryInfoTest.cpp', |
4111 'workers/WorkerThreadTest.cpp', | 4109 'workers/WorkerThreadTest.cpp', |
4112 'workers/WorkerThreadTestHelper.h', | 4110 'workers/WorkerThreadTestHelper.h', |
4113 'xml/parser/SharedBufferReaderTest.cpp', | 4111 'xml/parser/SharedBufferReaderTest.cpp', |
4114 ], | 4112 ], |
4115 } | 4113 } |
4116 } | 4114 } |
OLD | NEW |