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

Side by Side Diff: content/content_browser.gypi

Issue 1922923002: bluetooth: Move requestDevice to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-separate-tests-request-device
Patch Set: Change ref to pointer 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
« no previous file with comments | « content/common/content_message_generator.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/background_sync/background_sync_registration_options.h', 479 'browser/background_sync/background_sync_registration_options.h',
480 'browser/background_sync/background_sync_service_impl.cc', 480 'browser/background_sync/background_sync_service_impl.cc',
481 'browser/background_sync/background_sync_service_impl.h', 481 'browser/background_sync/background_sync_service_impl.h',
482 'browser/background_sync/background_sync_status.h', 482 'browser/background_sync/background_sync_status.h',
483 'browser/bad_message.cc', 483 'browser/bad_message.cc',
484 'browser/bad_message.h', 484 'browser/bad_message.h',
485 'browser/blob_storage/blob_dispatcher_host.cc', 485 'browser/blob_storage/blob_dispatcher_host.cc',
486 'browser/blob_storage/blob_dispatcher_host.h', 486 'browser/blob_storage/blob_dispatcher_host.h',
487 'browser/blob_storage/chrome_blob_storage_context.cc', 487 'browser/blob_storage/chrome_blob_storage_context.cc',
488 'browser/blob_storage/chrome_blob_storage_context.h', 488 'browser/blob_storage/chrome_blob_storage_context.h',
489 'browser/bluetooth/bluetooth_adapter_factory_wrapper.cc',
490 'browser/bluetooth/bluetooth_adapter_factory_wrapper.h',
489 'browser/bluetooth/bluetooth_allowed_devices_map.cc', 491 'browser/bluetooth/bluetooth_allowed_devices_map.cc',
490 'browser/bluetooth/bluetooth_allowed_devices_map.h', 492 'browser/bluetooth/bluetooth_allowed_devices_map.h',
491 'browser/bluetooth/bluetooth_blacklist.cc', 493 'browser/bluetooth/bluetooth_blacklist.cc',
492 'browser/bluetooth/bluetooth_blacklist.h', 494 'browser/bluetooth/bluetooth_blacklist.h',
493 'browser/bluetooth/bluetooth_dispatcher_host.cc', 495 'browser/bluetooth/bluetooth_device_chooser_controller.cc',
494 'browser/bluetooth/bluetooth_dispatcher_host.h', 496 'browser/bluetooth/bluetooth_device_chooser_controller.h',
495 'browser/bluetooth/bluetooth_metrics.cc', 497 'browser/bluetooth/bluetooth_metrics.cc',
496 'browser/bluetooth/bluetooth_metrics.h', 498 'browser/bluetooth/bluetooth_metrics.h',
497 'browser/bluetooth/cache_query_result.h', 499 'browser/bluetooth/cache_query_result.h',
498 'browser/bluetooth/first_device_bluetooth_chooser.cc', 500 'browser/bluetooth/first_device_bluetooth_chooser.cc',
499 'browser/bluetooth/first_device_bluetooth_chooser.h', 501 'browser/bluetooth/first_device_bluetooth_chooser.h',
500 'browser/bluetooth/frame_connected_bluetooth_devices.cc', 502 'browser/bluetooth/frame_connected_bluetooth_devices.cc',
501 'browser/bluetooth/frame_connected_bluetooth_devices.h', 503 'browser/bluetooth/frame_connected_bluetooth_devices.h',
502 'browser/bluetooth/web_bluetooth_service_impl.cc', 504 'browser/bluetooth/web_bluetooth_service_impl.cc',
503 'browser/bluetooth/web_bluetooth_service_impl.h', 505 'browser/bluetooth/web_bluetooth_service_impl.h',
504 'browser/bootstrap_sandbox_manager_mac.cc', 506 'browser/bootstrap_sandbox_manager_mac.cc',
(...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after
2201 ], 2203 ],
2202 }], 2204 }],
2203 ['OS != "mac" and OS != "android"', { 2205 ['OS != "mac" and OS != "android"', {
2204 'sources!': [ 2206 'sources!': [
2205 'browser/gpu/gpu_surface_tracker.cc', 2207 'browser/gpu/gpu_surface_tracker.cc',
2206 'browser/gpu/gpu_surface_tracker.h', 2208 'browser/gpu/gpu_surface_tracker.h',
2207 ], 2209 ],
2208 }], 2210 }],
2209 ], 2211 ],
2210 } 2212 }
OLDNEW
« no previous file with comments | « content/common/content_message_generator.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698