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

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

Issue 2906543002: Add support for reading blobs when using the network service. (Closed)
Patch Set: fix threading issue with weakptr Created 3 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
« no previous file with comments | « no previous file | content/browser/blob_storage/blob_url_loader_factory.h » ('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 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 "background_sync/background_sync_registration_options.h", 384 "background_sync/background_sync_registration_options.h",
385 "background_sync/background_sync_service_impl.cc", 385 "background_sync/background_sync_service_impl.cc",
386 "background_sync/background_sync_service_impl.h", 386 "background_sync/background_sync_service_impl.h",
387 "background_sync/background_sync_status.h", 387 "background_sync/background_sync_status.h",
388 "bad_message.cc", 388 "bad_message.cc",
389 "bad_message.h", 389 "bad_message.h",
390 "blob_storage/blob_dispatcher_host.cc", 390 "blob_storage/blob_dispatcher_host.cc",
391 "blob_storage/blob_dispatcher_host.h", 391 "blob_storage/blob_dispatcher_host.h",
392 "blob_storage/blob_internals_url_loader.cc", 392 "blob_storage/blob_internals_url_loader.cc",
393 "blob_storage/blob_internals_url_loader.h", 393 "blob_storage/blob_internals_url_loader.h",
394 "blob_storage/blob_url_loader_factory.cc",
395 "blob_storage/blob_url_loader_factory.h",
394 "blob_storage/chrome_blob_storage_context.cc", 396 "blob_storage/chrome_blob_storage_context.cc",
395 "blob_storage/chrome_blob_storage_context.h", 397 "blob_storage/chrome_blob_storage_context.h",
396 "bluetooth/bluetooth_allowed_devices.cc", 398 "bluetooth/bluetooth_allowed_devices.cc",
397 "bluetooth/bluetooth_allowed_devices.h", 399 "bluetooth/bluetooth_allowed_devices.h",
398 "bluetooth/bluetooth_allowed_devices_map.cc", 400 "bluetooth/bluetooth_allowed_devices_map.cc",
399 "bluetooth/bluetooth_allowed_devices_map.h", 401 "bluetooth/bluetooth_allowed_devices_map.h",
400 "bluetooth/bluetooth_blocklist.cc", 402 "bluetooth/bluetooth_blocklist.cc",
401 "bluetooth/bluetooth_blocklist.h", 403 "bluetooth/bluetooth_blocklist.h",
402 "bluetooth/bluetooth_device_chooser_controller.cc", 404 "bluetooth/bluetooth_device_chooser_controller.cc",
403 "bluetooth/bluetooth_device_chooser_controller.h", 405 "bluetooth/bluetooth_device_chooser_controller.h",
(...skipping 1745 matching lines...) Expand 10 before | Expand all | Expand 10 after
2149 if (!is_component_build) { 2151 if (!is_component_build) {
2150 public_deps = [ 2152 public_deps = [
2151 ":browser", 2153 ":browser",
2152 ] 2154 ]
2153 } else { 2155 } else {
2154 public_deps = [ 2156 public_deps = [
2155 "//third_party/leveldatabase", 2157 "//third_party/leveldatabase",
2156 ] 2158 ]
2157 } 2159 }
2158 } 2160 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/blob_storage/blob_url_loader_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698