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

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

Issue 1586563014: Add <link rel=preload> onload support for scripts and styles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: USING_FAST_MALLOC Created 4 years, 11 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 1868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1879 'loader/HistoryItem.cpp', 1879 'loader/HistoryItem.cpp',
1880 'loader/HistoryItem.h', 1880 'loader/HistoryItem.h',
1881 'loader/HttpEquiv.cpp', 1881 'loader/HttpEquiv.cpp',
1882 'loader/HttpEquiv.h', 1882 'loader/HttpEquiv.h',
1883 'loader/ImageLoader.cpp', 1883 'loader/ImageLoader.cpp',
1884 'loader/ImageLoader.h', 1884 'loader/ImageLoader.h',
1885 'loader/LinkHeader.cpp', 1885 'loader/LinkHeader.cpp',
1886 'loader/LinkLoader.cpp', 1886 'loader/LinkLoader.cpp',
1887 'loader/LinkLoader.h', 1887 'loader/LinkLoader.h',
1888 'loader/LinkLoaderClient.h', 1888 'loader/LinkLoaderClient.h',
1889 'loader/LinkPreloadResourceClients.cpp',
1890 'loader/LinkPreloadResourceClients.h',
1889 'loader/MixedContentChecker.cpp', 1891 'loader/MixedContentChecker.cpp',
1890 'loader/MixedContentChecker.h', 1892 'loader/MixedContentChecker.h',
1891 'loader/NavigationPolicy.cpp', 1893 'loader/NavigationPolicy.cpp',
1892 'loader/NavigationPolicy.h', 1894 'loader/NavigationPolicy.h',
1893 'loader/NavigationScheduler.cpp', 1895 'loader/NavigationScheduler.cpp',
1894 'loader/PingLoader.cpp', 1896 'loader/PingLoader.cpp',
1895 'loader/PingLoader.h', 1897 'loader/PingLoader.h',
1896 'loader/PrerenderHandle.cpp', 1898 'loader/PrerenderHandle.cpp',
1897 'loader/PrerenderHandle.h', 1899 'loader/PrerenderHandle.h',
1898 'loader/PrerendererClient.cpp', 1900 'loader/PrerendererClient.cpp',
(...skipping 2130 matching lines...) Expand 10 before | Expand all | Expand 10 after
4029 'style/SVGComputedStyleTest.cpp', 4031 'style/SVGComputedStyleTest.cpp',
4030 'svg/SVGPathParserTest.cpp', 4032 'svg/SVGPathParserTest.cpp',
4031 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4033 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4032 'testing/PrivateScriptTestTest.cpp', 4034 'testing/PrivateScriptTestTest.cpp',
4033 'timing/MemoryInfoTest.cpp', 4035 'timing/MemoryInfoTest.cpp',
4034 'workers/WorkerThreadTest.cpp', 4036 'workers/WorkerThreadTest.cpp',
4035 'xml/parser/SharedBufferReaderTest.cpp', 4037 'xml/parser/SharedBufferReaderTest.cpp',
4036 ], 4038 ],
4037 } 4039 }
4038 } 4040 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698