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

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

Issue 1170503003: Remove resource type-specific fetching logic from ResourceFetcher (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Null-check Document::loader() before calling startPreload() 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 | Annotate | Revision Log
« no previous file with comments | « Source/bindings/core/v8/V8ScriptRunnerTest.cpp ('k') | Source/core/css/CSSFontFaceSrcValue.cpp » ('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 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1434 'fetch/FetchContext.h', 1434 'fetch/FetchContext.h',
1435 'fetch/FetchInitiatorInfo.h', 1435 'fetch/FetchInitiatorInfo.h',
1436 'fetch/FetchRequest.cpp', 1436 'fetch/FetchRequest.cpp',
1437 'fetch/FetchRequest.h', 1437 'fetch/FetchRequest.h',
1438 'fetch/FetchUtils.cpp', 1438 'fetch/FetchUtils.cpp',
1439 'fetch/FetchUtils.h', 1439 'fetch/FetchUtils.h',
1440 'fetch/FontResource.cpp', 1440 'fetch/FontResource.cpp',
1441 'fetch/FontResource.h', 1441 'fetch/FontResource.h',
1442 'fetch/ImageResource.cpp', 1442 'fetch/ImageResource.cpp',
1443 'fetch/ImageResource.h', 1443 'fetch/ImageResource.h',
1444 'fetch/LinkFetchResource.cpp',
1445 'fetch/LinkFetchResource.h',
1444 'fetch/MemoryCache.cpp', 1446 'fetch/MemoryCache.cpp',
1445 'fetch/MemoryCache.h', 1447 'fetch/MemoryCache.h',
1446 'fetch/RawResource.cpp', 1448 'fetch/RawResource.cpp',
1447 'fetch/RawResource.h', 1449 'fetch/RawResource.h',
1448 'fetch/Resource.cpp', 1450 'fetch/Resource.cpp',
1449 'fetch/Resource.h', 1451 'fetch/Resource.h',
1450 'fetch/ResourceClientWalker.h', 1452 'fetch/ResourceClientWalker.h',
1451 'fetch/ResourceFetcher.cpp', 1453 'fetch/ResourceFetcher.cpp',
1452 'fetch/ResourceFetcher.h', 1454 'fetch/ResourceFetcher.h',
1453 'fetch/ResourceLoadPriorityOptimizer.cpp', 1455 'fetch/ResourceLoadPriorityOptimizer.cpp',
(...skipping 2482 matching lines...) Expand 10 before | Expand all | Expand 10 after
3936 'style/OutlineValueTest.cpp', 3938 'style/OutlineValueTest.cpp',
3937 'style/SVGComputedStyleTest.cpp', 3939 'style/SVGComputedStyleTest.cpp',
3938 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3940 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3939 'testing/PrivateScriptTestTest.cpp', 3941 'testing/PrivateScriptTestTest.cpp',
3940 'timing/MemoryInfoTest.cpp', 3942 'timing/MemoryInfoTest.cpp',
3941 'workers/WorkerThreadTest.cpp', 3943 'workers/WorkerThreadTest.cpp',
3942 'xml/parser/SharedBufferReaderTest.cpp', 3944 'xml/parser/SharedBufferReaderTest.cpp',
3943 ], 3945 ],
3944 } 3946 }
3945 } 3947 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/V8ScriptRunnerTest.cpp ('k') | Source/core/css/CSSFontFaceSrcValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698