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

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: Address palmer's comments Created 4 years, 7 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/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 'browser/blob_storage/blob_dispatcher_host.cc', 479 'browser/blob_storage/blob_dispatcher_host.cc',
480 'browser/blob_storage/blob_dispatcher_host.h', 480 'browser/blob_storage/blob_dispatcher_host.h',
481 'browser/bluetooth/bluetooth_allowed_devices_map.cc', 481 'browser/bluetooth/bluetooth_allowed_devices_map.cc',
482 'browser/bluetooth/bluetooth_allowed_devices_map.h', 482 'browser/bluetooth/bluetooth_allowed_devices_map.h',
483 'browser/bluetooth/bluetooth_blacklist.cc', 483 'browser/bluetooth/bluetooth_blacklist.cc',
484 'browser/bluetooth/bluetooth_blacklist.h', 484 'browser/bluetooth/bluetooth_blacklist.h',
485 'browser/bluetooth/bluetooth_dispatcher_host.cc', 485 'browser/bluetooth/bluetooth_dispatcher_host.cc',
486 'browser/bluetooth/bluetooth_dispatcher_host.h', 486 'browser/bluetooth/bluetooth_dispatcher_host.h',
487 'browser/bluetooth/bluetooth_metrics.cc', 487 'browser/bluetooth/bluetooth_metrics.cc',
488 'browser/bluetooth/bluetooth_metrics.h', 488 'browser/bluetooth/bluetooth_metrics.h',
489 'browser/bluetooth/cache_query_result.h',
489 'browser/bluetooth/first_device_bluetooth_chooser.cc', 490 'browser/bluetooth/first_device_bluetooth_chooser.cc',
490 'browser/bluetooth/first_device_bluetooth_chooser.h', 491 'browser/bluetooth/first_device_bluetooth_chooser.h',
491 'browser/bluetooth/web_bluetooth_service_impl.cc', 492 'browser/bluetooth/web_bluetooth_service_impl.cc',
492 'browser/bluetooth/web_bluetooth_service_impl.h', 493 'browser/bluetooth/web_bluetooth_service_impl.h',
493 'browser/bootstrap_sandbox_manager_mac.cc', 494 'browser/bootstrap_sandbox_manager_mac.cc',
494 'browser/bootstrap_sandbox_manager_mac.h', 495 'browser/bootstrap_sandbox_manager_mac.h',
495 'browser/browser_child_process_host_impl.cc', 496 'browser/browser_child_process_host_impl.cc',
496 'browser/browser_child_process_host_impl.h', 497 'browser/browser_child_process_host_impl.h',
497 'browser/browser_context.cc', 498 'browser/browser_context.cc',
498 'browser/browser_ipc_logging.cc', 499 'browser/browser_ipc_logging.cc',
(...skipping 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 ['enable_webvr==1 and OS=="android"', { 2204 ['enable_webvr==1 and OS=="android"', {
2204 'sources': [ 2205 'sources': [
2205 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2206 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2206 'browser/vr/android/cardboard/cardboard_vr_device.h', 2207 'browser/vr/android/cardboard/cardboard_vr_device.h',
2207 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2208 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2208 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2209 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2209 ], 2210 ],
2210 }], 2211 }],
2211 ], 2212 ],
2212 } 2213 }
OLDNEW
« no previous file with comments | « content/common/bluetooth/bluetooth_messages.h ('k') | content/renderer/bluetooth/bluetooth_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698