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

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

Issue 1577073005: Add <link rel=preload> onload support for scripts and styles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed adoptPtr 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 1857 matching lines...) Expand 10 before | Expand all | Expand 10 after
1868 'loader/HistoryItem.cpp', 1868 'loader/HistoryItem.cpp',
1869 'loader/HistoryItem.h', 1869 'loader/HistoryItem.h',
1870 'loader/HttpEquiv.cpp', 1870 'loader/HttpEquiv.cpp',
1871 'loader/HttpEquiv.h', 1871 'loader/HttpEquiv.h',
1872 'loader/ImageLoader.cpp', 1872 'loader/ImageLoader.cpp',
1873 'loader/ImageLoader.h', 1873 'loader/ImageLoader.h',
1874 'loader/LinkHeader.cpp', 1874 'loader/LinkHeader.cpp',
1875 'loader/LinkLoader.cpp', 1875 'loader/LinkLoader.cpp',
1876 'loader/LinkLoader.h', 1876 'loader/LinkLoader.h',
1877 'loader/LinkLoaderClient.h', 1877 'loader/LinkLoaderClient.h',
1878 'loader/LinkPreloadResourceClients.cpp',
1879 'loader/LinkPreloadResourceClients.h',
1878 'loader/MixedContentChecker.cpp', 1880 'loader/MixedContentChecker.cpp',
1879 'loader/MixedContentChecker.h', 1881 'loader/MixedContentChecker.h',
1880 'loader/NavigationPolicy.cpp', 1882 'loader/NavigationPolicy.cpp',
1881 'loader/NavigationPolicy.h', 1883 'loader/NavigationPolicy.h',
1882 'loader/NavigationScheduler.cpp', 1884 'loader/NavigationScheduler.cpp',
1883 'loader/PingLoader.cpp', 1885 'loader/PingLoader.cpp',
1884 'loader/PingLoader.h', 1886 'loader/PingLoader.h',
1885 'loader/PrerenderHandle.cpp', 1887 'loader/PrerenderHandle.cpp',
1886 'loader/PrerenderHandle.h', 1888 'loader/PrerenderHandle.h',
1887 'loader/PrerendererClient.cpp', 1889 'loader/PrerendererClient.cpp',
(...skipping 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after
4009 'style/SVGComputedStyleTest.cpp', 4011 'style/SVGComputedStyleTest.cpp',
4010 'svg/SVGPathParserTest.cpp', 4012 'svg/SVGPathParserTest.cpp',
4011 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4013 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4012 'testing/PrivateScriptTestTest.cpp', 4014 'testing/PrivateScriptTestTest.cpp',
4013 'timing/MemoryInfoTest.cpp', 4015 'timing/MemoryInfoTest.cpp',
4014 'workers/WorkerThreadTest.cpp', 4016 'workers/WorkerThreadTest.cpp',
4015 'xml/parser/SharedBufferReaderTest.cpp', 4017 'xml/parser/SharedBufferReaderTest.cpp',
4016 ], 4018 ],
4017 } 4019 }
4018 } 4020 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698