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

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

Issue 2906543002: Add support for reading blobs when using the network service. (Closed)
Patch Set: 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
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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 "background_sync/background_sync_registration_options.h", 383 "background_sync/background_sync_registration_options.h",
384 "background_sync/background_sync_service_impl.cc", 384 "background_sync/background_sync_service_impl.cc",
385 "background_sync/background_sync_service_impl.h", 385 "background_sync/background_sync_service_impl.h",
386 "background_sync/background_sync_status.h", 386 "background_sync/background_sync_status.h",
387 "bad_message.cc", 387 "bad_message.cc",
388 "bad_message.h", 388 "bad_message.h",
389 "blob_storage/blob_dispatcher_host.cc", 389 "blob_storage/blob_dispatcher_host.cc",
390 "blob_storage/blob_dispatcher_host.h", 390 "blob_storage/blob_dispatcher_host.h",
391 "blob_storage/blob_internals_url_loader.cc", 391 "blob_storage/blob_internals_url_loader.cc",
392 "blob_storage/blob_internals_url_loader.h", 392 "blob_storage/blob_internals_url_loader.h",
393 "blob_storage/blob_url_loader_factory.cc",
394 "blob_storage/blob_url_loader_factory.h",
393 "blob_storage/chrome_blob_storage_context.cc", 395 "blob_storage/chrome_blob_storage_context.cc",
394 "blob_storage/chrome_blob_storage_context.h", 396 "blob_storage/chrome_blob_storage_context.h",
395 "bluetooth/bluetooth_allowed_devices.cc", 397 "bluetooth/bluetooth_allowed_devices.cc",
396 "bluetooth/bluetooth_allowed_devices.h", 398 "bluetooth/bluetooth_allowed_devices.h",
397 "bluetooth/bluetooth_allowed_devices_map.cc", 399 "bluetooth/bluetooth_allowed_devices_map.cc",
398 "bluetooth/bluetooth_allowed_devices_map.h", 400 "bluetooth/bluetooth_allowed_devices_map.h",
399 "bluetooth/bluetooth_blocklist.cc", 401 "bluetooth/bluetooth_blocklist.cc",
400 "bluetooth/bluetooth_blocklist.h", 402 "bluetooth/bluetooth_blocklist.h",
401 "bluetooth/bluetooth_device_chooser_controller.cc", 403 "bluetooth/bluetooth_device_chooser_controller.cc",
402 "bluetooth/bluetooth_device_chooser_controller.h", 404 "bluetooth/bluetooth_device_chooser_controller.h",
(...skipping 1734 matching lines...) Expand 10 before | Expand all | Expand 10 after
2137 if (!is_component_build) { 2139 if (!is_component_build) {
2138 public_deps = [ 2140 public_deps = [
2139 ":browser", 2141 ":browser",
2140 ] 2142 ]
2141 } else { 2143 } else {
2142 public_deps = [ 2144 public_deps = [
2143 "//third_party/leveldatabase", 2145 "//third_party/leveldatabase",
2144 ] 2146 ]
2145 } 2147 }
2146 } 2148 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698