| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |