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

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

Issue 1152043005: Add <link rel=preconnect> support to the HTMLPreloadScanner (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 1730 matching lines...) Expand 10 before | Expand all | Expand 10 after
1741 'loader/LinkLoader.cpp', 1741 'loader/LinkLoader.cpp',
1742 'loader/LinkLoader.h', 1742 'loader/LinkLoader.h',
1743 'loader/LinkLoaderClient.h', 1743 'loader/LinkLoaderClient.h',
1744 'loader/MixedContentChecker.cpp', 1744 'loader/MixedContentChecker.cpp',
1745 'loader/MixedContentChecker.h', 1745 'loader/MixedContentChecker.h',
1746 'loader/NavigationPolicy.cpp', 1746 'loader/NavigationPolicy.cpp',
1747 'loader/NavigationPolicy.h', 1747 'loader/NavigationPolicy.h',
1748 'loader/NavigationScheduler.cpp', 1748 'loader/NavigationScheduler.cpp',
1749 'loader/PingLoader.cpp', 1749 'loader/PingLoader.cpp',
1750 'loader/PingLoader.h', 1750 'loader/PingLoader.h',
1751 'loader/Preconnecter.cpp',
Mike West 2015/06/02 11:18:33 Nit: Preconnect_o_r.
1752 'loader/Preconnecter.h',
1751 'loader/PrerenderHandle.cpp', 1753 'loader/PrerenderHandle.cpp',
1752 'loader/PrerenderHandle.h', 1754 'loader/PrerenderHandle.h',
1753 'loader/PrerendererClient.cpp', 1755 'loader/PrerendererClient.cpp',
1754 'loader/PrerendererClient.h', 1756 'loader/PrerendererClient.h',
1755 'loader/ProgressTracker.cpp', 1757 'loader/ProgressTracker.cpp',
1756 'loader/SinkDocument.cpp', 1758 'loader/SinkDocument.cpp',
1757 'loader/SinkDocument.h', 1759 'loader/SinkDocument.h',
1758 'loader/TextResourceDecoderBuilder.cpp', 1760 'loader/TextResourceDecoderBuilder.cpp',
1759 'loader/TextResourceDecoderBuilder.h', 1761 'loader/TextResourceDecoderBuilder.h',
1760 'loader/TextTrackLoader.cpp', 1762 'loader/TextTrackLoader.cpp',
(...skipping 2156 matching lines...) Expand 10 before | Expand all | Expand 10 after
3917 'style/ComputedStyleTest.cpp', 3919 'style/ComputedStyleTest.cpp',
3918 'style/OutlineValueTest.cpp', 3920 'style/OutlineValueTest.cpp',
3919 'style/SVGComputedStyleTest.cpp', 3921 'style/SVGComputedStyleTest.cpp',
3920 'testing/PrivateScriptTestTest.cpp', 3922 'testing/PrivateScriptTestTest.cpp',
3921 'timing/MemoryInfoTest.cpp', 3923 'timing/MemoryInfoTest.cpp',
3922 'workers/WorkerThreadTest.cpp', 3924 'workers/WorkerThreadTest.cpp',
3923 'xml/parser/SharedBufferReaderTest.cpp', 3925 'xml/parser/SharedBufferReaderTest.cpp',
3924 ], 3926 ],
3925 } 3927 }
3926 } 3928 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLDocumentParser.cpp » ('j') | Source/core/html/parser/HTMLPreloadScanner.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698