| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 "background_sync/background_sync_registration_options.h", | 333 "background_sync/background_sync_registration_options.h", |
| 334 "background_sync/background_sync_service_impl.cc", | 334 "background_sync/background_sync_service_impl.cc", |
| 335 "background_sync/background_sync_service_impl.h", | 335 "background_sync/background_sync_service_impl.h", |
| 336 "background_sync/background_sync_status.h", | 336 "background_sync/background_sync_status.h", |
| 337 "bad_message.cc", | 337 "bad_message.cc", |
| 338 "bad_message.h", | 338 "bad_message.h", |
| 339 "blob_storage/blob_dispatcher_host.cc", | 339 "blob_storage/blob_dispatcher_host.cc", |
| 340 "blob_storage/blob_dispatcher_host.h", | 340 "blob_storage/blob_dispatcher_host.h", |
| 341 "blob_storage/chrome_blob_storage_context.cc", | 341 "blob_storage/chrome_blob_storage_context.cc", |
| 342 "blob_storage/chrome_blob_storage_context.h", | 342 "blob_storage/chrome_blob_storage_context.h", |
| 343 "bluetooth/bluetooth_allowed_devices.cc", |
| 344 "bluetooth/bluetooth_allowed_devices.h", |
| 343 "bluetooth/bluetooth_allowed_devices_map.cc", | 345 "bluetooth/bluetooth_allowed_devices_map.cc", |
| 344 "bluetooth/bluetooth_allowed_devices_map.h", | 346 "bluetooth/bluetooth_allowed_devices_map.h", |
| 345 "bluetooth/bluetooth_blocklist.cc", | 347 "bluetooth/bluetooth_blocklist.cc", |
| 346 "bluetooth/bluetooth_blocklist.h", | 348 "bluetooth/bluetooth_blocklist.h", |
| 347 "bluetooth/bluetooth_device_chooser_controller.cc", | 349 "bluetooth/bluetooth_device_chooser_controller.cc", |
| 348 "bluetooth/bluetooth_device_chooser_controller.h", | 350 "bluetooth/bluetooth_device_chooser_controller.h", |
| 349 "bluetooth/bluetooth_metrics.cc", | 351 "bluetooth/bluetooth_metrics.cc", |
| 350 "bluetooth/bluetooth_metrics.h", | 352 "bluetooth/bluetooth_metrics.h", |
| 351 "bluetooth/frame_connected_bluetooth_devices.cc", | 353 "bluetooth/frame_connected_bluetooth_devices.cc", |
| 352 "bluetooth/frame_connected_bluetooth_devices.h", | 354 "bluetooth/frame_connected_bluetooth_devices.h", |
| (...skipping 1652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2005 if (!is_component_build) { | 2007 if (!is_component_build) { |
| 2006 public_deps = [ | 2008 public_deps = [ |
| 2007 ":browser", | 2009 ":browser", |
| 2008 ] | 2010 ] |
| 2009 } else { | 2011 } else { |
| 2010 public_deps = [ | 2012 public_deps = [ |
| 2011 "//third_party/leveldatabase", | 2013 "//third_party/leveldatabase", |
| 2012 ] | 2014 ] |
| 2013 } | 2015 } |
| 2014 } | 2016 } |
| OLD | NEW |