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

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

Issue 2865243002: Implement chrome://blob-internals with network service. (Closed)
Patch Set: self nit 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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "background_sync/background_sync_registration.h", 375 "background_sync/background_sync_registration.h",
376 "background_sync/background_sync_registration_options.cc", 376 "background_sync/background_sync_registration_options.cc",
377 "background_sync/background_sync_registration_options.h", 377 "background_sync/background_sync_registration_options.h",
378 "background_sync/background_sync_service_impl.cc", 378 "background_sync/background_sync_service_impl.cc",
379 "background_sync/background_sync_service_impl.h", 379 "background_sync/background_sync_service_impl.h",
380 "background_sync/background_sync_status.h", 380 "background_sync/background_sync_status.h",
381 "bad_message.cc", 381 "bad_message.cc",
382 "bad_message.h", 382 "bad_message.h",
383 "blob_storage/blob_dispatcher_host.cc", 383 "blob_storage/blob_dispatcher_host.cc",
384 "blob_storage/blob_dispatcher_host.h", 384 "blob_storage/blob_dispatcher_host.h",
385 "blob_storage/blob_internals_url_loader.cc",
386 "blob_storage/blob_internals_url_loader.h",
385 "blob_storage/chrome_blob_storage_context.cc", 387 "blob_storage/chrome_blob_storage_context.cc",
386 "blob_storage/chrome_blob_storage_context.h", 388 "blob_storage/chrome_blob_storage_context.h",
387 "bluetooth/bluetooth_allowed_devices.cc", 389 "bluetooth/bluetooth_allowed_devices.cc",
388 "bluetooth/bluetooth_allowed_devices.h", 390 "bluetooth/bluetooth_allowed_devices.h",
389 "bluetooth/bluetooth_allowed_devices_map.cc", 391 "bluetooth/bluetooth_allowed_devices_map.cc",
390 "bluetooth/bluetooth_allowed_devices_map.h", 392 "bluetooth/bluetooth_allowed_devices_map.h",
391 "bluetooth/bluetooth_blocklist.cc", 393 "bluetooth/bluetooth_blocklist.cc",
392 "bluetooth/bluetooth_blocklist.h", 394 "bluetooth/bluetooth_blocklist.h",
393 "bluetooth/bluetooth_device_chooser_controller.cc", 395 "bluetooth/bluetooth_device_chooser_controller.cc",
394 "bluetooth/bluetooth_device_chooser_controller.h", 396 "bluetooth/bluetooth_device_chooser_controller.h",
(...skipping 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after
2133 if (!is_component_build) { 2135 if (!is_component_build) {
2134 public_deps = [ 2136 public_deps = [
2135 ":browser", 2137 ":browser",
2136 ] 2138 ]
2137 } else { 2139 } else {
2138 public_deps = [ 2140 public_deps = [
2139 "//third_party/leveldatabase", 2141 "//third_party/leveldatabase",
2140 ] 2142 ]
2141 } 2143 }
2142 } 2144 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698