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

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

Issue 109153003: Raise the loading priority of in-viewport images. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changes from review. Created 7 years 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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSKeyframeRule.idl', 9 'css/CSSKeyframeRule.idl',
10 'css/CSSKeyframesRule.idl', 10 'css/CSSKeyframesRule.idl',
(...skipping 970 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 'fetch/Resource.cpp', 981 'fetch/Resource.cpp',
982 'fetch/Resource.h', 982 'fetch/Resource.h',
983 'fetch/ResourceClientWalker.h', 983 'fetch/ResourceClientWalker.h',
984 'fetch/ResourceFetcher.cpp', 984 'fetch/ResourceFetcher.cpp',
985 'fetch/ResourceFetcher.h', 985 'fetch/ResourceFetcher.h',
986 'fetch/ResourceLoader.cpp', 986 'fetch/ResourceLoader.cpp',
987 'fetch/ResourceLoader.h', 987 'fetch/ResourceLoader.h',
988 'fetch/ResourceLoaderOptions.h', 988 'fetch/ResourceLoaderOptions.h',
989 'fetch/ResourceLoaderSet.cpp', 989 'fetch/ResourceLoaderSet.cpp',
990 'fetch/ResourceLoaderSet.h', 990 'fetch/ResourceLoaderSet.h',
991 'fetch/ResourceLoadPriorityOptimizer.cpp',
992 'fetch/ResourceLoadPriorityOptimizer.h',
991 'fetch/ResourcePtr.cpp', 993 'fetch/ResourcePtr.cpp',
992 'fetch/ResourcePtr.h', 994 'fetch/ResourcePtr.h',
993 'fetch/FetchInitiatorInfo.h', 995 'fetch/FetchInitiatorInfo.h',
994 'fetch/ScriptResource.cpp', 996 'fetch/ScriptResource.cpp',
995 'fetch/ScriptResource.h', 997 'fetch/ScriptResource.h',
996 'fetch/ShaderResource.cpp', 998 'fetch/ShaderResource.cpp',
997 'fetch/ShaderResource.h', 999 'fetch/ShaderResource.h',
998 'fetch/TextResourceDecoder.cpp', 1000 'fetch/TextResourceDecoder.cpp',
999 'fetch/TextResourceDecoder.h', 1001 'fetch/TextResourceDecoder.h',
1000 'fetch/XSLStyleSheetResource.cpp', 1002 'fetch/XSLStyleSheetResource.cpp',
(...skipping 2337 matching lines...) Expand 10 before | Expand all | Expand 10 after
3338 'platform/animation/AnimationTranslationUtilTest.cpp', 3340 'platform/animation/AnimationTranslationUtilTest.cpp',
3339 'platform/animation/TimingFunctionTestHelper.h', 3341 'platform/animation/TimingFunctionTestHelper.h',
3340 'platform/animation/TimingFunctionTestHelper.cpp', 3342 'platform/animation/TimingFunctionTestHelper.cpp',
3341 'platform/animation/TimingFunctionTestHelperTest.cpp', 3343 'platform/animation/TimingFunctionTestHelperTest.cpp',
3342 'rendering/RenderOverflowTest.cpp', 3344 'rendering/RenderOverflowTest.cpp',
3343 'testing/UnitTestHelpers.h', 3345 'testing/UnitTestHelpers.h',
3344 'testing/UnitTestHelpers.cpp', 3346 'testing/UnitTestHelpers.cpp',
3345 ], 3347 ],
3346 } 3348 }
3347 } 3349 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/misc/resources/image-slow-out-of-viewport.pl ('k') | Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698