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

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: Fixed compilation error on Mac Created 4 years, 4 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 '../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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'public/browser/resource_controller.h', 276 'public/browser/resource_controller.h',
277 'public/browser/resource_dispatcher_host.cc', 277 'public/browser/resource_dispatcher_host.cc',
278 'public/browser/resource_dispatcher_host.h', 278 'public/browser/resource_dispatcher_host.h',
279 'public/browser/resource_dispatcher_host_delegate.cc', 279 'public/browser/resource_dispatcher_host_delegate.cc',
280 'public/browser/resource_dispatcher_host_delegate.h', 280 'public/browser/resource_dispatcher_host_delegate.h',
281 'public/browser/resource_dispatcher_host_login_delegate.h', 281 'public/browser/resource_dispatcher_host_login_delegate.h',
282 'public/browser/resource_hints.h', 282 'public/browser/resource_hints.h',
283 'public/browser/resource_request_details.cc', 283 'public/browser/resource_request_details.cc',
284 'public/browser/resource_request_details.h', 284 'public/browser/resource_request_details.h',
285 'public/browser/resource_request_info.h', 285 'public/browser/resource_request_info.h',
286 'public/browser/resource_throttle.cc',
286 'public/browser/resource_throttle.h', 287 'public/browser/resource_throttle.h',
287 'public/browser/save_page_type.h', 288 'public/browser/save_page_type.h',
288 'public/browser/screen_orientation_delegate.h', 289 'public/browser/screen_orientation_delegate.h',
289 'public/browser/screen_orientation_dispatcher_host.h', 290 'public/browser/screen_orientation_dispatcher_host.h',
290 'public/browser/screen_orientation_provider.cc', 291 'public/browser/screen_orientation_provider.cc',
291 'public/browser/screen_orientation_provider.h', 292 'public/browser/screen_orientation_provider.h',
292 'public/browser/security_style_explanation.h', 293 'public/browser/security_style_explanation.h',
293 'public/browser/security_style_explanations.cc', 294 'public/browser/security_style_explanations.cc',
294 'public/browser/security_style_explanations.h', 295 'public/browser/security_style_explanations.h',
295 'public/browser/service_worker_context.h', 296 'public/browser/service_worker_context.h',
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 'browser/loader/cross_site_resource_handler.cc', 921 'browser/loader/cross_site_resource_handler.cc',
921 'browser/loader/cross_site_resource_handler.h', 922 'browser/loader/cross_site_resource_handler.h',
922 'browser/loader/detachable_resource_handler.cc', 923 'browser/loader/detachable_resource_handler.cc',
923 'browser/loader/detachable_resource_handler.h', 924 'browser/loader/detachable_resource_handler.h',
924 'browser/loader/global_routing_id.h', 925 'browser/loader/global_routing_id.h',
925 'browser/loader/layered_resource_handler.cc', 926 'browser/loader/layered_resource_handler.cc',
926 'browser/loader/layered_resource_handler.h', 927 'browser/loader/layered_resource_handler.h',
927 'browser/loader/loader_delegate.h', 928 'browser/loader/loader_delegate.h',
928 'browser/loader/loader_io_thread_notifier.cc', 929 'browser/loader/loader_io_thread_notifier.cc',
929 'browser/loader/loader_io_thread_notifier.h', 930 'browser/loader/loader_io_thread_notifier.h',
930 'browser/loader/mime_type_resource_handler.cc', 931 'browser/loader/mime_sniffing_resource_handler.cc',
931 'browser/loader/mime_type_resource_handler.h', 932 'browser/loader/mime_sniffing_resource_handler.h',
932 'browser/loader/mojo_async_resource_handler.cc', 933 'browser/loader/mojo_async_resource_handler.cc',
933 'browser/loader/mojo_async_resource_handler.h', 934 'browser/loader/mojo_async_resource_handler.h',
934 'browser/loader/navigation_resource_handler.cc', 935 'browser/loader/navigation_resource_handler.cc',
935 'browser/loader/navigation_resource_handler.h', 936 'browser/loader/navigation_resource_handler.h',
936 'browser/loader/navigation_resource_throttle.cc', 937 'browser/loader/navigation_resource_throttle.cc',
937 'browser/loader/navigation_resource_throttle.h', 938 'browser/loader/navigation_resource_throttle.h',
938 'browser/loader/navigation_url_loader.cc', 939 'browser/loader/navigation_url_loader.cc',
939 'browser/loader/navigation_url_loader.h', 940 'browser/loader/navigation_url_loader.h',
940 'browser/loader/navigation_url_loader_delegate.h', 941 'browser/loader/navigation_url_loader_delegate.h',
941 'browser/loader/navigation_url_loader_factory.h', 942 'browser/loader/navigation_url_loader_factory.h',
942 'browser/loader/navigation_url_loader_impl.cc', 943 'browser/loader/navigation_url_loader_impl.cc',
943 'browser/loader/navigation_url_loader_impl.h', 944 'browser/loader/navigation_url_loader_impl.h',
944 'browser/loader/navigation_url_loader_impl_core.cc', 945 'browser/loader/navigation_url_loader_impl_core.cc',
945 'browser/loader/navigation_url_loader_impl_core.h', 946 'browser/loader/navigation_url_loader_impl_core.h',
946 'browser/loader/netlog_observer.cc', 947 'browser/loader/netlog_observer.cc',
947 'browser/loader/netlog_observer.h', 948 'browser/loader/netlog_observer.h',
948 'browser/loader/power_save_block_resource_throttle.cc', 949 'browser/loader/power_save_block_resource_throttle.cc',
949 'browser/loader/power_save_block_resource_throttle.h', 950 'browser/loader/power_save_block_resource_throttle.h',
950 'browser/loader/redirect_to_file_resource_handler.cc', 951 'browser/loader/redirect_to_file_resource_handler.cc',
951 'browser/loader/redirect_to_file_resource_handler.h', 952 'browser/loader/redirect_to_file_resource_handler.h',
953 'browser/loader/intercepting_resource_handler.cc',
954 'browser/loader/intercepting_resource_handler.h',
952 'browser/loader/resource_buffer.cc', 955 'browser/loader/resource_buffer.cc',
953 'browser/loader/resource_buffer.h', 956 'browser/loader/resource_buffer.h',
954 'browser/loader/resource_dispatcher_host_impl.cc', 957 'browser/loader/resource_dispatcher_host_impl.cc',
955 'browser/loader/resource_dispatcher_host_impl.h', 958 'browser/loader/resource_dispatcher_host_impl.h',
956 'browser/loader/resource_handler.cc', 959 'browser/loader/resource_handler.cc',
957 'browser/loader/resource_handler.h', 960 'browser/loader/resource_handler.h',
958 'browser/loader/resource_hints_impl.cc', 961 'browser/loader/resource_hints_impl.cc',
959 'browser/loader/resource_loader.cc', 962 'browser/loader/resource_loader.cc',
960 'browser/loader/resource_loader.h', 963 'browser/loader/resource_loader.h',
961 'browser/loader/resource_loader_delegate.h', 964 'browser/loader/resource_loader_delegate.h',
(...skipping 1151 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

Powered by Google App Engine
This is Rietveld 408576698