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

Side by Side Diff: content/content_browser.gypi

Issue 1902153003: bluetooth: Move connect/disconnect to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-separate-connection-tests
Patch Set: Fix gypi 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/bluetooth/bluetooth_messages.h ('k') | content/content_tests.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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 'browser/bluetooth/bluetooth_allowed_devices_map.h', 485 'browser/bluetooth/bluetooth_allowed_devices_map.h',
486 'browser/bluetooth/bluetooth_blacklist.cc', 486 'browser/bluetooth/bluetooth_blacklist.cc',
487 'browser/bluetooth/bluetooth_blacklist.h', 487 'browser/bluetooth/bluetooth_blacklist.h',
488 'browser/bluetooth/bluetooth_dispatcher_host.cc', 488 'browser/bluetooth/bluetooth_dispatcher_host.cc',
489 'browser/bluetooth/bluetooth_dispatcher_host.h', 489 'browser/bluetooth/bluetooth_dispatcher_host.h',
490 'browser/bluetooth/bluetooth_metrics.cc', 490 'browser/bluetooth/bluetooth_metrics.cc',
491 'browser/bluetooth/bluetooth_metrics.h', 491 'browser/bluetooth/bluetooth_metrics.h',
492 'browser/bluetooth/cache_query_result.h', 492 'browser/bluetooth/cache_query_result.h',
493 'browser/bluetooth/first_device_bluetooth_chooser.cc', 493 'browser/bluetooth/first_device_bluetooth_chooser.cc',
494 'browser/bluetooth/first_device_bluetooth_chooser.h', 494 'browser/bluetooth/first_device_bluetooth_chooser.h',
495 'browser/bluetooth/frame_connected_bluetooth_devices.cc',
496 'browser/bluetooth/frame_connected_bluetooth_devices.h',
495 'browser/bluetooth/web_bluetooth_service_impl.cc', 497 'browser/bluetooth/web_bluetooth_service_impl.cc',
496 'browser/bluetooth/web_bluetooth_service_impl.h', 498 'browser/bluetooth/web_bluetooth_service_impl.h',
497 'browser/bootstrap_sandbox_manager_mac.cc', 499 'browser/bootstrap_sandbox_manager_mac.cc',
498 'browser/bootstrap_sandbox_manager_mac.h', 500 'browser/bootstrap_sandbox_manager_mac.h',
499 'browser/browser_child_process_host_impl.cc', 501 'browser/browser_child_process_host_impl.cc',
500 'browser/browser_child_process_host_impl.h', 502 'browser/browser_child_process_host_impl.h',
501 'browser/browser_context.cc', 503 'browser/browser_context.cc',
502 'browser/browser_ipc_logging.cc', 504 'browser/browser_ipc_logging.cc',
503 'browser/browser_main.cc', 505 'browser/browser_main.cc',
504 'browser/browser_main.h', 506 'browser/browser_main.h',
(...skipping 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 ], 2208 ],
2207 }], 2209 }],
2208 ['OS != "mac" and OS != "android"', { 2210 ['OS != "mac" and OS != "android"', {
2209 'sources!': [ 2211 'sources!': [
2210 'browser/gpu/gpu_surface_tracker.cc', 2212 'browser/gpu/gpu_surface_tracker.cc',
2211 'browser/gpu/gpu_surface_tracker.h', 2213 'browser/gpu/gpu_surface_tracker.h',
2212 ], 2214 ],
2213 }], 2215 }],
2214 ], 2216 ],
2215 } 2217 }
OLDNEW
« no previous file with comments | « content/common/bluetooth/bluetooth_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698