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 1885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1896 'loader/FrameFetchContext.h', | 1896 'loader/FrameFetchContext.h', |
1897 'loader/FrameLoadRequest.h', | 1897 'loader/FrameLoadRequest.h', |
1898 'loader/FrameLoader.cpp', | 1898 'loader/FrameLoader.cpp', |
1899 'loader/FrameLoaderStateMachine.cpp', | 1899 'loader/FrameLoaderStateMachine.cpp', |
1900 'loader/HistoryItem.cpp', | 1900 'loader/HistoryItem.cpp', |
1901 'loader/HistoryItem.h', | 1901 'loader/HistoryItem.h', |
1902 'loader/HttpEquiv.cpp', | 1902 'loader/HttpEquiv.cpp', |
1903 'loader/HttpEquiv.h', | 1903 'loader/HttpEquiv.h', |
1904 'loader/ImageLoader.cpp', | 1904 'loader/ImageLoader.cpp', |
1905 'loader/ImageLoader.h', | 1905 'loader/ImageLoader.h', |
1906 'loader/LinkHeader.cpp', | |
1907 'loader/LinkLoader.cpp', | 1906 'loader/LinkLoader.cpp', |
1908 'loader/LinkLoader.h', | 1907 'loader/LinkLoader.h', |
1909 'loader/LinkLoaderClient.h', | 1908 'loader/LinkLoaderClient.h', |
1910 'loader/LinkPreloadResourceClients.cpp', | 1909 'loader/LinkPreloadResourceClients.cpp', |
1911 'loader/LinkPreloadResourceClients.h', | 1910 'loader/LinkPreloadResourceClients.h', |
1912 'loader/MixedContentChecker.cpp', | 1911 'loader/MixedContentChecker.cpp', |
1913 'loader/MixedContentChecker.h', | 1912 'loader/MixedContentChecker.h', |
1914 'loader/NavigationPolicy.cpp', | 1913 'loader/NavigationPolicy.cpp', |
1915 'loader/NavigationPolicy.h', | 1914 'loader/NavigationPolicy.h', |
1916 'loader/NavigationScheduler.cpp', | 1915 'loader/NavigationScheduler.cpp', |
(...skipping 2122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4039 'layout/MapCoordinatesTest.cpp', | 4038 'layout/MapCoordinatesTest.cpp', |
4040 'layout/MultiColumnFragmentainerGroupTest.cpp', | 4039 'layout/MultiColumnFragmentainerGroupTest.cpp', |
4041 'layout/OverflowModelTest.cpp', | 4040 'layout/OverflowModelTest.cpp', |
4042 'layout/PaginationTest.cpp', | 4041 'layout/PaginationTest.cpp', |
4043 'layout/PaintContainmentTest.cpp', | 4042 'layout/PaintContainmentTest.cpp', |
4044 'layout/ScrollAnchorTest.cpp', | 4043 'layout/ScrollAnchorTest.cpp', |
4045 'layout/compositing/CompositedLayerMappingTest.cpp', | 4044 'layout/compositing/CompositedLayerMappingTest.cpp', |
4046 'layout/shapes/BoxShapeTest.cpp', | 4045 'layout/shapes/BoxShapeTest.cpp', |
4047 'loader/DocumentLoadTimingTest.cpp', | 4046 'loader/DocumentLoadTimingTest.cpp', |
4048 'loader/FrameFetchContextTest.cpp', | 4047 'loader/FrameFetchContextTest.cpp', |
4049 'loader/LinkHeaderTest.cpp', | |
4050 'loader/LinkLoaderTest.cpp', | 4048 'loader/LinkLoaderTest.cpp', |
4051 'loader/MixedContentCheckerTest.cpp', | 4049 'loader/MixedContentCheckerTest.cpp', |
4052 'loader/TextResourceDecoderBuilderTest.cpp', | 4050 'loader/TextResourceDecoderBuilderTest.cpp', |
4053 'loader/ThreadableLoaderTest.cpp', | 4051 'loader/ThreadableLoaderTest.cpp', |
4054 'origin_trials/DocumentOriginTrialContextTest.cpp', | 4052 'origin_trials/DocumentOriginTrialContextTest.cpp', |
4055 'origin_trials/OriginTrialContextTest.cpp', | 4053 'origin_trials/OriginTrialContextTest.cpp', |
4056 'page/ChromeClientTest.cpp', | 4054 'page/ChromeClientTest.cpp', |
4057 'page/ContextMenuControllerTest.cpp', | 4055 'page/ContextMenuControllerTest.cpp', |
4058 'page/EventSourceParserTest.cpp', | 4056 'page/EventSourceParserTest.cpp', |
4059 'page/FocusControllerTest.cpp', | 4057 'page/FocusControllerTest.cpp', |
(...skipping 21 matching lines...) Expand all Loading... |
4081 'svg/SVGPathParserTest.cpp', | 4079 'svg/SVGPathParserTest.cpp', |
4082 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4080 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4083 'testing/PrivateScriptTestTest.cpp', | 4081 'testing/PrivateScriptTestTest.cpp', |
4084 'timing/MemoryInfoTest.cpp', | 4082 'timing/MemoryInfoTest.cpp', |
4085 'workers/WorkerThreadTest.cpp', | 4083 'workers/WorkerThreadTest.cpp', |
4086 'workers/WorkerThreadTestHelper.h', | 4084 'workers/WorkerThreadTestHelper.h', |
4087 'xml/parser/SharedBufferReaderTest.cpp', | 4085 'xml/parser/SharedBufferReaderTest.cpp', |
4088 ], | 4086 ], |
4089 } | 4087 } |
4090 } | 4088 } |
OLD | NEW |