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

Side by Side Diff: content/browser/BUILD.gn

Issue 2897063002: Network service: Implement URLLoader chaining for interceptors (Closed)
Patch Set: MaybeCreateLoaderFactory Created 3 years, 7 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 "loader/temporary_file_stream.cc", 918 "loader/temporary_file_stream.cc",
919 "loader/temporary_file_stream.h", 919 "loader/temporary_file_stream.h",
920 "loader/throttling_resource_handler.cc", 920 "loader/throttling_resource_handler.cc",
921 "loader/throttling_resource_handler.h", 921 "loader/throttling_resource_handler.h",
922 "loader/upload_data_stream_builder.cc", 922 "loader/upload_data_stream_builder.cc",
923 "loader/upload_data_stream_builder.h", 923 "loader/upload_data_stream_builder.h",
924 "loader/upload_progress_tracker.cc", 924 "loader/upload_progress_tracker.cc",
925 "loader/upload_progress_tracker.h", 925 "loader/upload_progress_tracker.h",
926 "loader/url_loader_factory_impl.cc", 926 "loader/url_loader_factory_impl.cc",
927 "loader/url_loader_factory_impl.h", 927 "loader/url_loader_factory_impl.h",
928 "loader/url_loader_request_handler.h",
928 "loader/wake_lock_resource_throttle.cc", 929 "loader/wake_lock_resource_throttle.cc",
929 "loader/wake_lock_resource_throttle.h", 930 "loader/wake_lock_resource_throttle.h",
930 "loader_delegate_impl.cc", 931 "loader_delegate_impl.cc",
931 "loader_delegate_impl.h", 932 "loader_delegate_impl.h",
932 "mach_broker_mac.h", 933 "mach_broker_mac.h",
933 "mach_broker_mac.mm", 934 "mach_broker_mac.mm",
934 "manifest/manifest_manager_host.cc", 935 "manifest/manifest_manager_host.cc",
935 "manifest/manifest_manager_host.h", 936 "manifest/manifest_manager_host.h",
936 "media/android/browser_media_player_manager.cc", 937 "media/android/browser_media_player_manager.cc",
937 "media/android/browser_media_player_manager.h", 938 "media/android/browser_media_player_manager.h",
(...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
2141 if (!is_component_build) { 2142 if (!is_component_build) {
2142 public_deps = [ 2143 public_deps = [
2143 ":browser", 2144 ":browser",
2144 ] 2145 ]
2145 } else { 2146 } else {
2146 public_deps = [ 2147 public_deps = [
2147 "//third_party/leveldatabase", 2148 "//third_party/leveldatabase",
2148 ] 2149 ]
2149 } 2150 }
2150 } 2151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698