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

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

Issue 1304063016: Refactor the API for setting dynamic resource load priorities (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | « no previous file | Source/core/fetch/FetchContext.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 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1458 'fetch/LinkFetchResource.h', 1458 'fetch/LinkFetchResource.h',
1459 'fetch/MemoryCache.cpp', 1459 'fetch/MemoryCache.cpp',
1460 'fetch/MemoryCache.h', 1460 'fetch/MemoryCache.h',
1461 'fetch/RawResource.cpp', 1461 'fetch/RawResource.cpp',
1462 'fetch/RawResource.h', 1462 'fetch/RawResource.h',
1463 'fetch/Resource.cpp', 1463 'fetch/Resource.cpp',
1464 'fetch/Resource.h', 1464 'fetch/Resource.h',
1465 'fetch/ResourceClientWalker.h', 1465 'fetch/ResourceClientWalker.h',
1466 'fetch/ResourceFetcher.cpp', 1466 'fetch/ResourceFetcher.cpp',
1467 'fetch/ResourceFetcher.h', 1467 'fetch/ResourceFetcher.h',
1468 'fetch/ResourceLoadPriorityOptimizer.cpp',
1469 'fetch/ResourceLoadPriorityOptimizer.h',
1470 'fetch/ResourceLoader.cpp', 1468 'fetch/ResourceLoader.cpp',
1471 'fetch/ResourceLoader.h', 1469 'fetch/ResourceLoader.h',
1472 'fetch/ResourceLoaderOptions.h', 1470 'fetch/ResourceLoaderOptions.h',
1473 'fetch/ResourceLoaderSet.cpp', 1471 'fetch/ResourceLoaderSet.cpp',
1474 'fetch/ResourceLoaderSet.h', 1472 'fetch/ResourceLoaderSet.h',
1475 'fetch/ResourcePtr.cpp', 1473 'fetch/ResourcePtr.cpp',
1476 'fetch/ResourcePtr.h', 1474 'fetch/ResourcePtr.h',
1477 'fetch/ScriptResource.cpp', 1475 'fetch/ScriptResource.cpp',
1478 'fetch/ScriptResource.h', 1476 'fetch/ScriptResource.h',
1479 'fetch/SubstituteData.h', 1477 'fetch/SubstituteData.h',
(...skipping 2380 matching lines...) Expand 10 before | Expand all | Expand 10 after
3860 'style/OutlineValueTest.cpp', 3858 'style/OutlineValueTest.cpp',
3861 'style/SVGComputedStyleTest.cpp', 3859 'style/SVGComputedStyleTest.cpp',
3862 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3860 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3863 'testing/PrivateScriptTestTest.cpp', 3861 'testing/PrivateScriptTestTest.cpp',
3864 'timing/MemoryInfoTest.cpp', 3862 'timing/MemoryInfoTest.cpp',
3865 'workers/WorkerThreadTest.cpp', 3863 'workers/WorkerThreadTest.cpp',
3866 'xml/parser/SharedBufferReaderTest.cpp', 3864 'xml/parser/SharedBufferReaderTest.cpp',
3867 ], 3865 ],
3868 } 3866 }
3869 } 3867 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/FetchContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698