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

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

Issue 1378743002: Refactor the API for setting dynamic resource load priorities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better names / cleanup Created 5 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/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 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after
1481 'fetch/LinkFetchResource.h', 1481 'fetch/LinkFetchResource.h',
1482 'fetch/MemoryCache.cpp', 1482 'fetch/MemoryCache.cpp',
1483 'fetch/MemoryCache.h', 1483 'fetch/MemoryCache.h',
1484 'fetch/RawResource.cpp', 1484 'fetch/RawResource.cpp',
1485 'fetch/RawResource.h', 1485 'fetch/RawResource.h',
1486 'fetch/Resource.cpp', 1486 'fetch/Resource.cpp',
1487 'fetch/Resource.h', 1487 'fetch/Resource.h',
1488 'fetch/ResourceClientWalker.h', 1488 'fetch/ResourceClientWalker.h',
1489 'fetch/ResourceFetcher.cpp', 1489 'fetch/ResourceFetcher.cpp',
1490 'fetch/ResourceFetcher.h', 1490 'fetch/ResourceFetcher.h',
1491 'fetch/ResourceLoadPriorityOptimizer.cpp',
1492 'fetch/ResourceLoadPriorityOptimizer.h',
1493 'fetch/ResourceLoader.cpp', 1491 'fetch/ResourceLoader.cpp',
1494 'fetch/ResourceLoader.h', 1492 'fetch/ResourceLoader.h',
1495 'fetch/ResourceLoaderOptions.h', 1493 'fetch/ResourceLoaderOptions.h',
1496 'fetch/ResourceLoaderSet.cpp', 1494 'fetch/ResourceLoaderSet.cpp',
1497 'fetch/ResourceLoaderSet.h', 1495 'fetch/ResourceLoaderSet.h',
1498 'fetch/ResourcePtr.cpp', 1496 'fetch/ResourcePtr.cpp',
1499 'fetch/ResourcePtr.h', 1497 'fetch/ResourcePtr.h',
1500 'fetch/ScriptResource.cpp', 1498 'fetch/ScriptResource.cpp',
1501 'fetch/ScriptResource.h', 1499 'fetch/ScriptResource.h',
1502 'fetch/SubstituteData.h', 1500 'fetch/SubstituteData.h',
(...skipping 2403 matching lines...) Expand 10 before | Expand all | Expand 10 after
3906 'style/OutlineValueTest.cpp', 3904 'style/OutlineValueTest.cpp',
3907 'style/SVGComputedStyleTest.cpp', 3905 'style/SVGComputedStyleTest.cpp',
3908 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3906 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3909 'testing/PrivateScriptTestTest.cpp', 3907 'testing/PrivateScriptTestTest.cpp',
3910 'timing/MemoryInfoTest.cpp', 3908 'timing/MemoryInfoTest.cpp',
3911 'workers/WorkerThreadTest.cpp', 3909 'workers/WorkerThreadTest.cpp',
3912 'xml/parser/SharedBufferReaderTest.cpp', 3910 'xml/parser/SharedBufferReaderTest.cpp',
3913 ], 3911 ],
3914 } 3912 }
3915 } 3913 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/FetchContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698