Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1811163002: Share link header parsing code between blink and content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base-optional
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1898 matching lines...) Expand 10 before | Expand all | Expand 10 after
1909 'loader/FrameFetchContext.h', 1909 'loader/FrameFetchContext.h',
1910 'loader/FrameLoadRequest.h', 1910 'loader/FrameLoadRequest.h',
1911 'loader/FrameLoader.cpp', 1911 'loader/FrameLoader.cpp',
1912 'loader/FrameLoaderStateMachine.cpp', 1912 'loader/FrameLoaderStateMachine.cpp',
1913 'loader/HistoryItem.cpp', 1913 'loader/HistoryItem.cpp',
1914 'loader/HistoryItem.h', 1914 'loader/HistoryItem.h',
1915 'loader/HttpEquiv.cpp', 1915 'loader/HttpEquiv.cpp',
1916 'loader/HttpEquiv.h', 1916 'loader/HttpEquiv.h',
1917 'loader/ImageLoader.cpp', 1917 'loader/ImageLoader.cpp',
1918 'loader/ImageLoader.h', 1918 'loader/ImageLoader.h',
1919 'loader/LinkHeader.cpp',
1920 'loader/LinkLoader.cpp', 1919 'loader/LinkLoader.cpp',
1921 'loader/LinkLoader.h', 1920 'loader/LinkLoader.h',
1922 'loader/LinkLoaderClient.h', 1921 'loader/LinkLoaderClient.h',
1923 'loader/LinkPreloadResourceClients.cpp', 1922 'loader/LinkPreloadResourceClients.cpp',
1924 'loader/LinkPreloadResourceClients.h', 1923 'loader/LinkPreloadResourceClients.h',
1925 'loader/MixedContentChecker.cpp', 1924 'loader/MixedContentChecker.cpp',
1926 'loader/MixedContentChecker.h', 1925 'loader/MixedContentChecker.h',
1927 'loader/NavigationPolicy.cpp', 1926 'loader/NavigationPolicy.cpp',
1928 'loader/NavigationPolicy.h', 1927 'loader/NavigationPolicy.h',
1929 'loader/NavigationScheduler.cpp', 1928 'loader/NavigationScheduler.cpp',
(...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after
4083 'layout/OverflowModelTest.cpp', 4082 'layout/OverflowModelTest.cpp',
4084 'layout/PaginationTest.cpp', 4083 'layout/PaginationTest.cpp',
4085 'layout/PaintContainmentTest.cpp', 4084 'layout/PaintContainmentTest.cpp',
4086 'layout/ScrollAnchorTest.cpp', 4085 'layout/ScrollAnchorTest.cpp',
4087 'layout/VisualRectMappingTest.cpp', 4086 'layout/VisualRectMappingTest.cpp',
4088 'layout/compositing/CompositedLayerMappingTest.cpp', 4087 'layout/compositing/CompositedLayerMappingTest.cpp',
4089 'layout/shapes/BoxShapeTest.cpp', 4088 'layout/shapes/BoxShapeTest.cpp',
4090 'layout/svg/LayoutSVGRootTest.cpp', 4089 'layout/svg/LayoutSVGRootTest.cpp',
4091 'loader/DocumentLoadTimingTest.cpp', 4090 'loader/DocumentLoadTimingTest.cpp',
4092 'loader/FrameFetchContextTest.cpp', 4091 'loader/FrameFetchContextTest.cpp',
4093 'loader/LinkHeaderTest.cpp',
4094 'loader/LinkLoaderTest.cpp', 4092 'loader/LinkLoaderTest.cpp',
4095 'loader/MixedContentCheckerTest.cpp', 4093 'loader/MixedContentCheckerTest.cpp',
4096 'loader/TextResourceDecoderBuilderTest.cpp', 4094 'loader/TextResourceDecoderBuilderTest.cpp',
4097 'loader/ThreadableLoaderTest.cpp', 4095 'loader/ThreadableLoaderTest.cpp',
4098 'origin_trials/OriginTrialContextTest.cpp', 4096 'origin_trials/OriginTrialContextTest.cpp',
4099 'page/ChromeClientTest.cpp', 4097 'page/ChromeClientTest.cpp',
4100 'page/ContextMenuControllerTest.cpp', 4098 'page/ContextMenuControllerTest.cpp',
4101 'page/EventSourceParserTest.cpp', 4099 'page/EventSourceParserTest.cpp',
4102 'page/FocusControllerTest.cpp', 4100 'page/FocusControllerTest.cpp',
4103 'page/NetworkStateNotifierTest.cpp', 4101 'page/NetworkStateNotifierTest.cpp',
(...skipping 22 matching lines...) Expand all
4126 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4124 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4127 'testing/PrivateScriptTestTest.cpp', 4125 'testing/PrivateScriptTestTest.cpp',
4128 'timing/MemoryInfoTest.cpp', 4126 'timing/MemoryInfoTest.cpp',
4129 'timing/PerformanceBaseTest.cpp', 4127 'timing/PerformanceBaseTest.cpp',
4130 'workers/WorkerThreadTest.cpp', 4128 'workers/WorkerThreadTest.cpp',
4131 'workers/WorkerThreadTestHelper.h', 4129 'workers/WorkerThreadTestHelper.h',
4132 'xml/parser/SharedBufferReaderTest.cpp', 4130 'xml/parser/SharedBufferReaderTest.cpp',
4133 ], 4131 ],
4134 } 4132 }
4135 } 4133 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698