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

Side by Side Diff: content/content_common.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: Remove debug log 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', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 10 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
12 '../gpu/gpu.gyp:command_buffer_service', 11 '../gpu/gpu.gyp:command_buffer_service',
13 '../gpu/gpu.gyp:gles2_c_lib', 12 '../gpu/gpu.gyp:gles2_c_lib',
14 '../gpu/gpu.gyp:gles2_implementation', 13 '../gpu/gpu.gyp:gles2_implementation',
15 '../gpu/gpu.gyp:gpu', 14 '../gpu/gpu.gyp:gpu',
16 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 15 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
17 '../ipc/ipc.gyp:ipc', 16 '../ipc/ipc.gyp:ipc',
18 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 17 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
19 '../media/media.gyp:media', 18 '../media/media.gyp:media',
20 '../media/media.gyp:media_gpu', 19 '../media/media.gyp:media_gpu',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'common/android/media_metadata_android.h', 237 'common/android/media_metadata_android.h',
239 'common/android/sync_compositor_messages.cc', 238 'common/android/sync_compositor_messages.cc',
240 'common/android/sync_compositor_messages.h', 239 'common/android/sync_compositor_messages.h',
241 'common/android/sync_compositor_statics.cc', 240 'common/android/sync_compositor_statics.cc',
242 'common/android/sync_compositor_statics.h', 241 'common/android/sync_compositor_statics.h',
243 'common/appcache_interfaces.cc', 242 'common/appcache_interfaces.cc',
244 'common/appcache_interfaces.h', 243 'common/appcache_interfaces.h',
245 'common/appcache_messages.h', 244 'common/appcache_messages.h',
246 'common/ax_content_node_data.cc', 245 'common/ax_content_node_data.cc',
247 'common/ax_content_node_data.h', 246 'common/ax_content_node_data.h',
248 'common/bluetooth/bluetooth_device.cc',
249 'common/bluetooth/bluetooth_device.h',
250 'common/bluetooth/bluetooth_messages.h',
251 'common/bluetooth/bluetooth_scan_filter.cc',
252 'common/bluetooth/bluetooth_scan_filter.h',
253 'common/browser_plugin/browser_plugin_constants.cc', 247 'common/browser_plugin/browser_plugin_constants.cc',
254 'common/browser_plugin/browser_plugin_constants.h', 248 'common/browser_plugin/browser_plugin_constants.h',
255 'common/browser_plugin/browser_plugin_messages.h', 249 'common/browser_plugin/browser_plugin_messages.h',
256 'common/cache_storage/cache_storage_messages.h', 250 'common/cache_storage/cache_storage_messages.h',
257 'common/cache_storage/cache_storage_types.cc', 251 'common/cache_storage/cache_storage_types.cc',
258 'common/cache_storage/cache_storage_types.h', 252 'common/cache_storage/cache_storage_types.h',
259 'common/cc_messages.cc', 253 'common/cc_messages.cc',
260 'common/cc_messages.h', 254 'common/cc_messages.h',
261 'common/child_process_host_impl.cc', 255 'common/child_process_host_impl.cc',
262 'common/child_process_host_impl.h', 256 'common/child_process_host_impl.h',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'sources!': [ 658 'sources!': [
665 'common/cursors/webcursor_ozone.cc', 659 'common/cursors/webcursor_ozone.cc',
666 'common/font_list_ozone.cc', 660 'common/font_list_ozone.cc',
667 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 661 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 662 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
669 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 663 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
670 ], 664 ],
671 }], 665 }],
672 ], 666 ],
673 } 667 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698