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

Side by Side Diff: content/content_common.gypi

Issue 2019853002: bluetooth: Use WebBluetoothDeviceId instead of string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-uuid-typemap
Patch Set: Address jyasskin's comments Created 4 years, 6 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 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'common/android/media_metadata_android.h', 238 'common/android/media_metadata_android.h',
239 'common/android/sync_compositor_messages.cc', 239 'common/android/sync_compositor_messages.cc',
240 'common/android/sync_compositor_messages.h', 240 'common/android/sync_compositor_messages.h',
241 'common/android/sync_compositor_statics.cc', 241 'common/android/sync_compositor_statics.cc',
242 'common/android/sync_compositor_statics.h', 242 'common/android/sync_compositor_statics.h',
243 'common/appcache_interfaces.cc', 243 'common/appcache_interfaces.cc',
244 'common/appcache_interfaces.h', 244 'common/appcache_interfaces.h',
245 'common/appcache_messages.h', 245 'common/appcache_messages.h',
246 'common/ax_content_node_data.cc', 246 'common/ax_content_node_data.cc',
247 'common/ax_content_node_data.h', 247 'common/ax_content_node_data.h',
248 'common/bluetooth/bluetooth_device_id.cc',
249 'common/bluetooth/bluetooth_device_id.h',
248 'common/browser_plugin/browser_plugin_constants.cc', 250 'common/browser_plugin/browser_plugin_constants.cc',
249 'common/browser_plugin/browser_plugin_constants.h', 251 'common/browser_plugin/browser_plugin_constants.h',
250 'common/browser_plugin/browser_plugin_messages.h', 252 'common/browser_plugin/browser_plugin_messages.h',
251 'common/cache_storage/cache_storage_messages.h', 253 'common/cache_storage/cache_storage_messages.h',
252 'common/cache_storage/cache_storage_types.cc', 254 'common/cache_storage/cache_storage_types.cc',
253 'common/cache_storage/cache_storage_types.h', 255 'common/cache_storage/cache_storage_types.h',
254 'common/child_process_host_impl.cc', 256 'common/child_process_host_impl.cc',
255 'common/child_process_host_impl.h', 257 'common/child_process_host_impl.h',
256 'common/child_process_messages.h', 258 'common/child_process_messages.h',
257 'common/child_process_sandbox_support_impl_linux.cc', 259 'common/child_process_sandbox_support_impl_linux.cc',
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'sources!': [ 657 'sources!': [
656 'common/cursors/webcursor_ozone.cc', 658 'common/cursors/webcursor_ozone.cc',
657 'common/font_list_ozone.cc', 659 'common/font_list_ozone.cc',
658 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 660 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
659 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 661 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
660 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 662 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
661 ], 663 ],
662 }], 664 }],
663 ], 665 ],
664 } 666 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698