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

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

Issue 1729963002: WIP/proof-of-concept to make blink::LinkHeader reuse net:: parsing code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@string-tokenizer-brackets
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/LinkHeader.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1838 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/LinkHeader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698