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

Side by Side Diff: content/content_browser.gypi

Issue 2005273002: Move MimeTypeResourceHandler before ThrottlingResourceHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 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
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'public/browser/resource_controller.h', 277 'public/browser/resource_controller.h',
278 'public/browser/resource_dispatcher_host.cc', 278 'public/browser/resource_dispatcher_host.cc',
279 'public/browser/resource_dispatcher_host.h', 279 'public/browser/resource_dispatcher_host.h',
280 'public/browser/resource_dispatcher_host_delegate.cc', 280 'public/browser/resource_dispatcher_host_delegate.cc',
281 'public/browser/resource_dispatcher_host_delegate.h', 281 'public/browser/resource_dispatcher_host_delegate.h',
282 'public/browser/resource_dispatcher_host_login_delegate.h', 282 'public/browser/resource_dispatcher_host_login_delegate.h',
283 'public/browser/resource_hints.h', 283 'public/browser/resource_hints.h',
284 'public/browser/resource_request_details.cc', 284 'public/browser/resource_request_details.cc',
285 'public/browser/resource_request_details.h', 285 'public/browser/resource_request_details.h',
286 'public/browser/resource_request_info.h', 286 'public/browser/resource_request_info.h',
287 'public/browser/resource_throttle.cc',
287 'public/browser/resource_throttle.h', 288 'public/browser/resource_throttle.h',
288 'public/browser/save_page_type.h', 289 'public/browser/save_page_type.h',
289 'public/browser/screen_orientation_delegate.h', 290 'public/browser/screen_orientation_delegate.h',
290 'public/browser/screen_orientation_dispatcher_host.h', 291 'public/browser/screen_orientation_dispatcher_host.h',
291 'public/browser/screen_orientation_provider.cc', 292 'public/browser/screen_orientation_provider.cc',
292 'public/browser/screen_orientation_provider.h', 293 'public/browser/screen_orientation_provider.h',
293 'public/browser/security_style_explanation.h', 294 'public/browser/security_style_explanation.h',
294 'public/browser/security_style_explanations.cc', 295 'public/browser/security_style_explanations.cc',
295 'public/browser/security_style_explanations.h', 296 'public/browser/security_style_explanations.h',
296 'public/browser/service_worker_context.h', 297 'public/browser/service_worker_context.h',
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 'browser/loader/cross_site_resource_handler.cc', 926 'browser/loader/cross_site_resource_handler.cc',
926 'browser/loader/cross_site_resource_handler.h', 927 'browser/loader/cross_site_resource_handler.h',
927 'browser/loader/detachable_resource_handler.cc', 928 'browser/loader/detachable_resource_handler.cc',
928 'browser/loader/detachable_resource_handler.h', 929 'browser/loader/detachable_resource_handler.h',
929 'browser/loader/global_routing_id.h', 930 'browser/loader/global_routing_id.h',
930 'browser/loader/layered_resource_handler.cc', 931 'browser/loader/layered_resource_handler.cc',
931 'browser/loader/layered_resource_handler.h', 932 'browser/loader/layered_resource_handler.h',
932 'browser/loader/loader_delegate.h', 933 'browser/loader/loader_delegate.h',
933 'browser/loader/loader_io_thread_notifier.cc', 934 'browser/loader/loader_io_thread_notifier.cc',
934 'browser/loader/loader_io_thread_notifier.h', 935 'browser/loader/loader_io_thread_notifier.h',
935 'browser/loader/mime_type_resource_handler.cc', 936 'browser/loader/mime_sniffing_resource_handler.cc',
936 'browser/loader/mime_type_resource_handler.h', 937 'browser/loader/mime_sniffing_resource_handler.h',
937 'browser/loader/mojo_async_resource_handler.cc', 938 'browser/loader/mojo_async_resource_handler.cc',
938 'browser/loader/mojo_async_resource_handler.h', 939 'browser/loader/mojo_async_resource_handler.h',
939 'browser/loader/navigation_resource_handler.cc', 940 'browser/loader/navigation_resource_handler.cc',
940 'browser/loader/navigation_resource_handler.h', 941 'browser/loader/navigation_resource_handler.h',
941 'browser/loader/navigation_resource_throttle.cc', 942 'browser/loader/navigation_resource_throttle.cc',
942 'browser/loader/navigation_resource_throttle.h', 943 'browser/loader/navigation_resource_throttle.h',
943 'browser/loader/navigation_url_loader.cc', 944 'browser/loader/navigation_url_loader.cc',
944 'browser/loader/navigation_url_loader.h', 945 'browser/loader/navigation_url_loader.h',
945 'browser/loader/navigation_url_loader_delegate.h', 946 'browser/loader/navigation_url_loader_delegate.h',
946 'browser/loader/navigation_url_loader_factory.h', 947 'browser/loader/navigation_url_loader_factory.h',
947 'browser/loader/navigation_url_loader_impl.cc', 948 'browser/loader/navigation_url_loader_impl.cc',
948 'browser/loader/navigation_url_loader_impl.h', 949 'browser/loader/navigation_url_loader_impl.h',
949 'browser/loader/navigation_url_loader_impl_core.cc', 950 'browser/loader/navigation_url_loader_impl_core.cc',
950 'browser/loader/navigation_url_loader_impl_core.h', 951 'browser/loader/navigation_url_loader_impl_core.h',
951 'browser/loader/netlog_observer.cc', 952 'browser/loader/netlog_observer.cc',
952 'browser/loader/netlog_observer.h', 953 'browser/loader/netlog_observer.h',
953 'browser/loader/power_save_block_resource_throttle.cc', 954 'browser/loader/power_save_block_resource_throttle.cc',
954 'browser/loader/power_save_block_resource_throttle.h', 955 'browser/loader/power_save_block_resource_throttle.h',
955 'browser/loader/redirect_to_file_resource_handler.cc', 956 'browser/loader/redirect_to_file_resource_handler.cc',
956 'browser/loader/redirect_to_file_resource_handler.h', 957 'browser/loader/redirect_to_file_resource_handler.h',
958 'browser/loader/intercepting_resource_handler.cc',
959 'browser/loader/intercepting_resource_handler.h',
957 'browser/loader/resource_buffer.cc', 960 'browser/loader/resource_buffer.cc',
958 'browser/loader/resource_buffer.h', 961 'browser/loader/resource_buffer.h',
959 'browser/loader/resource_dispatcher_host_impl.cc', 962 'browser/loader/resource_dispatcher_host_impl.cc',
960 'browser/loader/resource_dispatcher_host_impl.h', 963 'browser/loader/resource_dispatcher_host_impl.h',
961 'browser/loader/resource_handler.cc', 964 'browser/loader/resource_handler.cc',
962 'browser/loader/resource_handler.h', 965 'browser/loader/resource_handler.h',
963 'browser/loader/resource_hints_impl.cc', 966 'browser/loader/resource_hints_impl.cc',
964 'browser/loader/resource_loader.cc', 967 'browser/loader/resource_loader.cc',
965 'browser/loader/resource_loader.h', 968 'browser/loader/resource_loader.h',
966 'browser/loader/resource_loader_delegate.h', 969 'browser/loader/resource_loader_delegate.h',
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
2113 ], 2116 ],
2114 }], 2117 }],
2115 ['OS != "mac" and OS != "android"', { 2118 ['OS != "mac" and OS != "android"', {
2116 'sources!': [ 2119 'sources!': [
2117 'browser/gpu/gpu_surface_tracker.cc', 2120 'browser/gpu/gpu_surface_tracker.cc',
2118 'browser/gpu/gpu_surface_tracker.h', 2121 'browser/gpu/gpu_surface_tracker.h',
2119 ], 2122 ],
2120 }], 2123 }],
2121 ], 2124 ],
2122 } 2125 }
OLDNEW
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698