| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 "background_sync/background_sync_service_impl.h", | 288 "background_sync/background_sync_service_impl.h", |
| 289 "background_sync/background_sync_status.h", | 289 "background_sync/background_sync_status.h", |
| 290 "bad_message.cc", | 290 "bad_message.cc", |
| 291 "bad_message.h", | 291 "bad_message.h", |
| 292 "blob_storage/blob_dispatcher_host.cc", | 292 "blob_storage/blob_dispatcher_host.cc", |
| 293 "blob_storage/blob_dispatcher_host.h", | 293 "blob_storage/blob_dispatcher_host.h", |
| 294 "blob_storage/chrome_blob_storage_context.cc", | 294 "blob_storage/chrome_blob_storage_context.cc", |
| 295 "blob_storage/chrome_blob_storage_context.h", | 295 "blob_storage/chrome_blob_storage_context.h", |
| 296 "bluetooth/bluetooth_allowed_devices_map.cc", | 296 "bluetooth/bluetooth_allowed_devices_map.cc", |
| 297 "bluetooth/bluetooth_allowed_devices_map.h", | 297 "bluetooth/bluetooth_allowed_devices_map.h", |
| 298 "bluetooth/bluetooth_blacklist.cc", | 298 "bluetooth/bluetooth_blocklist.cc", |
| 299 "bluetooth/bluetooth_blacklist.h", | 299 "bluetooth/bluetooth_blocklist.h", |
| 300 "bluetooth/bluetooth_device_chooser_controller.cc", | 300 "bluetooth/bluetooth_device_chooser_controller.cc", |
| 301 "bluetooth/bluetooth_device_chooser_controller.h", | 301 "bluetooth/bluetooth_device_chooser_controller.h", |
| 302 "bluetooth/bluetooth_metrics.cc", | 302 "bluetooth/bluetooth_metrics.cc", |
| 303 "bluetooth/bluetooth_metrics.h", | 303 "bluetooth/bluetooth_metrics.h", |
| 304 "bluetooth/cache_query_result.h", | 304 "bluetooth/cache_query_result.h", |
| 305 "bluetooth/frame_connected_bluetooth_devices.cc", | 305 "bluetooth/frame_connected_bluetooth_devices.cc", |
| 306 "bluetooth/frame_connected_bluetooth_devices.h", | 306 "bluetooth/frame_connected_bluetooth_devices.h", |
| 307 "bluetooth/web_bluetooth_service_impl.cc", | 307 "bluetooth/web_bluetooth_service_impl.cc", |
| 308 "bluetooth/web_bluetooth_service_impl.h", | 308 "bluetooth/web_bluetooth_service_impl.h", |
| 309 "bootstrap_sandbox_manager_mac.cc", | 309 "bootstrap_sandbox_manager_mac.cc", |
| (...skipping 1643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1953 if (!is_component_build) { | 1953 if (!is_component_build) { |
| 1954 public_deps = [ | 1954 public_deps = [ |
| 1955 ":browser", | 1955 ":browser", |
| 1956 ] | 1956 ] |
| 1957 } else { | 1957 } else { |
| 1958 public_deps = [ | 1958 public_deps = [ |
| 1959 "//third_party/leveldatabase", | 1959 "//third_party/leveldatabase", |
| 1960 ] | 1960 ] |
| 1961 } | 1961 } |
| 1962 } | 1962 } |
| OLD | NEW |