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

Side by Side Diff: content/content_browser.gypi

Issue 1861013005: bluetooth: Move GetCharacteristic(s) over to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-separate-tests-read-value
Patch Set: Merge Created 4 years, 8 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/leveldb/leveldb.gyp:leveldb_lib', 10 '../components/leveldb/leveldb.gyp:leveldb_lib',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'browser/blob_storage/blob_dispatcher_host.cc', 478 'browser/blob_storage/blob_dispatcher_host.cc',
479 'browser/blob_storage/blob_dispatcher_host.h', 479 'browser/blob_storage/blob_dispatcher_host.h',
480 'browser/bluetooth/bluetooth_allowed_devices_map.cc', 480 'browser/bluetooth/bluetooth_allowed_devices_map.cc',
481 'browser/bluetooth/bluetooth_allowed_devices_map.h', 481 'browser/bluetooth/bluetooth_allowed_devices_map.h',
482 'browser/bluetooth/bluetooth_blacklist.cc', 482 'browser/bluetooth/bluetooth_blacklist.cc',
483 'browser/bluetooth/bluetooth_blacklist.h', 483 'browser/bluetooth/bluetooth_blacklist.h',
484 'browser/bluetooth/bluetooth_dispatcher_host.cc', 484 'browser/bluetooth/bluetooth_dispatcher_host.cc',
485 'browser/bluetooth/bluetooth_dispatcher_host.h', 485 'browser/bluetooth/bluetooth_dispatcher_host.h',
486 'browser/bluetooth/bluetooth_metrics.cc', 486 'browser/bluetooth/bluetooth_metrics.cc',
487 'browser/bluetooth/bluetooth_metrics.h', 487 'browser/bluetooth/bluetooth_metrics.h',
488 'browser/bluetooth/cache_query_result.h',
488 'browser/bluetooth/first_device_bluetooth_chooser.cc', 489 'browser/bluetooth/first_device_bluetooth_chooser.cc',
489 'browser/bluetooth/first_device_bluetooth_chooser.h', 490 'browser/bluetooth/first_device_bluetooth_chooser.h',
490 'browser/bluetooth/web_bluetooth_service_impl.cc', 491 'browser/bluetooth/web_bluetooth_service_impl.cc',
491 'browser/bluetooth/web_bluetooth_service_impl.h', 492 'browser/bluetooth/web_bluetooth_service_impl.h',
492 'browser/bootstrap_sandbox_manager_mac.cc', 493 'browser/bootstrap_sandbox_manager_mac.cc',
493 'browser/bootstrap_sandbox_manager_mac.h', 494 'browser/bootstrap_sandbox_manager_mac.h',
494 'browser/browser_child_process_host_impl.cc', 495 'browser/browser_child_process_host_impl.cc',
495 'browser/browser_child_process_host_impl.h', 496 'browser/browser_child_process_host_impl.h',
496 'browser/browser_context.cc', 497 'browser/browser_context.cc',
497 'browser/browser_ipc_logging.cc', 498 'browser/browser_ipc_logging.cc',
(...skipping 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after
2208 ['enable_webvr==1 and OS=="android"', { 2209 ['enable_webvr==1 and OS=="android"', {
2209 'sources': [ 2210 'sources': [
2210 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2211 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2211 'browser/vr/android/cardboard/cardboard_vr_device.h', 2212 'browser/vr/android/cardboard/cardboard_vr_device.h',
2212 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2213 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2213 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2214 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2214 ], 2215 ],
2215 }], 2216 }],
2216 ], 2217 ],
2217 } 2218 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698