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

Side by Side Diff: content/content_browser.gypi

Issue 1041993004: content::ResourceDispatcherHostImpl changes for stale-while-revalidate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s-w-r-yhirano-patch
Patch Set: Suppress duplicate async revalidations to the same URL. 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 'browser/loader/navigation_resource_handler.cc', 918 'browser/loader/navigation_resource_handler.cc',
919 'browser/loader/navigation_resource_handler.h', 919 'browser/loader/navigation_resource_handler.h',
920 'browser/loader/navigation_url_loader.cc', 920 'browser/loader/navigation_url_loader.cc',
921 'browser/loader/navigation_url_loader.h', 921 'browser/loader/navigation_url_loader.h',
922 'browser/loader/navigation_url_loader_delegate.h', 922 'browser/loader/navigation_url_loader_delegate.h',
923 'browser/loader/navigation_url_loader_factory.h', 923 'browser/loader/navigation_url_loader_factory.h',
924 'browser/loader/navigation_url_loader_impl.cc', 924 'browser/loader/navigation_url_loader_impl.cc',
925 'browser/loader/navigation_url_loader_impl.h', 925 'browser/loader/navigation_url_loader_impl.h',
926 'browser/loader/navigation_url_loader_impl_core.cc', 926 'browser/loader/navigation_url_loader_impl_core.cc',
927 'browser/loader/navigation_url_loader_impl_core.h', 927 'browser/loader/navigation_url_loader_impl_core.h',
928 'browser/loader/null_resource_handler.cc',
929 'browser/loader/null_resource_handler.h',
928 'browser/loader/power_save_block_resource_throttle.cc', 930 'browser/loader/power_save_block_resource_throttle.cc',
929 'browser/loader/power_save_block_resource_throttle.h', 931 'browser/loader/power_save_block_resource_throttle.h',
930 'browser/loader/redirect_to_file_resource_handler.cc', 932 'browser/loader/redirect_to_file_resource_handler.cc',
931 'browser/loader/redirect_to_file_resource_handler.h', 933 'browser/loader/redirect_to_file_resource_handler.h',
932 'browser/loader/resource_buffer.cc', 934 'browser/loader/resource_buffer.cc',
933 'browser/loader/resource_buffer.h', 935 'browser/loader/resource_buffer.h',
934 'browser/loader/resource_dispatcher_host_impl.cc', 936 'browser/loader/resource_dispatcher_host_impl.cc',
935 'browser/loader/resource_dispatcher_host_impl.h', 937 'browser/loader/resource_dispatcher_host_impl.h',
936 'browser/loader/resource_handler.cc', 938 'browser/loader/resource_handler.cc',
937 'browser/loader/resource_handler.h', 939 'browser/loader/resource_handler.h',
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 'browser/media/media_web_contents_observer.h', 2056 'browser/media/media_web_contents_observer.h',
2055 ], 2057 ],
2056 }], 2058 }],
2057 ['OS == "linux" and use_openssl==1', { 2059 ['OS == "linux" and use_openssl==1', {
2058 'dependencies': [ 2060 'dependencies': [
2059 '../third_party/boringssl/boringssl.gyp:boringssl', 2061 '../third_party/boringssl/boringssl.gyp:boringssl',
2060 ], 2062 ],
2061 }], 2063 }],
2062 ], 2064 ],
2063 } 2065 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698