| 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("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 "background_sync/background_sync_service_impl.h", | 309 "background_sync/background_sync_service_impl.h", |
| 310 "background_sync/background_sync_status.h", | 310 "background_sync/background_sync_status.h", |
| 311 "bad_message.cc", | 311 "bad_message.cc", |
| 312 "bad_message.h", | 312 "bad_message.h", |
| 313 "blob_storage/blob_dispatcher_host.cc", | 313 "blob_storage/blob_dispatcher_host.cc", |
| 314 "blob_storage/blob_dispatcher_host.h", | 314 "blob_storage/blob_dispatcher_host.h", |
| 315 "blob_storage/chrome_blob_storage_context.cc", | 315 "blob_storage/chrome_blob_storage_context.cc", |
| 316 "blob_storage/chrome_blob_storage_context.h", | 316 "blob_storage/chrome_blob_storage_context.h", |
| 317 "bluetooth/bluetooth_allowed_devices_map.cc", | 317 "bluetooth/bluetooth_allowed_devices_map.cc", |
| 318 "bluetooth/bluetooth_allowed_devices_map.h", | 318 "bluetooth/bluetooth_allowed_devices_map.h", |
| 319 "bluetooth/bluetooth_blacklist.cc", | 319 "bluetooth/bluetooth_blocklist.cc", |
| 320 "bluetooth/bluetooth_blacklist.h", | 320 "bluetooth/bluetooth_blocklist.h", |
| 321 "bluetooth/bluetooth_device_chooser_controller.cc", | 321 "bluetooth/bluetooth_device_chooser_controller.cc", |
| 322 "bluetooth/bluetooth_device_chooser_controller.h", | 322 "bluetooth/bluetooth_device_chooser_controller.h", |
| 323 "bluetooth/bluetooth_metrics.cc", | 323 "bluetooth/bluetooth_metrics.cc", |
| 324 "bluetooth/bluetooth_metrics.h", | 324 "bluetooth/bluetooth_metrics.h", |
| 325 "bluetooth/cache_query_result.h", | 325 "bluetooth/cache_query_result.h", |
| 326 "bluetooth/frame_connected_bluetooth_devices.cc", | 326 "bluetooth/frame_connected_bluetooth_devices.cc", |
| 327 "bluetooth/frame_connected_bluetooth_devices.h", | 327 "bluetooth/frame_connected_bluetooth_devices.h", |
| 328 "bluetooth/web_bluetooth_service_impl.cc", | 328 "bluetooth/web_bluetooth_service_impl.cc", |
| 329 "bluetooth/web_bluetooth_service_impl.h", | 329 "bluetooth/web_bluetooth_service_impl.h", |
| 330 "bootstrap_sandbox_manager_mac.cc", | 330 "bootstrap_sandbox_manager_mac.cc", |
| (...skipping 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1981 if (!is_component_build) { | 1981 if (!is_component_build) { |
| 1982 public_deps = [ | 1982 public_deps = [ |
| 1983 ":browser", | 1983 ":browser", |
| 1984 ] | 1984 ] |
| 1985 } else { | 1985 } else { |
| 1986 public_deps = [ | 1986 public_deps = [ |
| 1987 "//third_party/leveldatabase", | 1987 "//third_party/leveldatabase", |
| 1988 ] | 1988 ] |
| 1989 } | 1989 } |
| 1990 } | 1990 } |
| OLD | NEW |