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

Side by Side Diff: content/content_common.gypi

Issue 885723002: bluetooth: Provide more device attributes in requestDevice reply. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-0
Patch Set: uuids initializer fixed. Created 5 years, 10 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') | device/bluetooth/bluetooth_device.h » ('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', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'common/android/gin_java_bridge_value.h', 164 'common/android/gin_java_bridge_value.h',
165 'common/android/hash_set.cc', 165 'common/android/hash_set.cc',
166 'common/android/hash_set.h', 166 'common/android/hash_set.h',
167 'common/android/surface_texture_manager.cc', 167 'common/android/surface_texture_manager.cc',
168 'common/android/surface_texture_manager.h', 168 'common/android/surface_texture_manager.h',
169 'common/android/surface_texture_peer.cc', 169 'common/android/surface_texture_peer.cc',
170 'common/android/surface_texture_peer.h', 170 'common/android/surface_texture_peer.h',
171 'common/appcache_interfaces.cc', 171 'common/appcache_interfaces.cc',
172 'common/appcache_interfaces.h', 172 'common/appcache_interfaces.h',
173 'common/appcache_messages.h', 173 'common/appcache_messages.h',
174 'common/bluetooth/bluetooth_device.cc',
175 'common/bluetooth/bluetooth_device.h',
174 'common/bluetooth/bluetooth_error.h', 176 'common/bluetooth/bluetooth_error.h',
175 'common/bluetooth/bluetooth_messages.h', 177 'common/bluetooth/bluetooth_messages.h',
176 'common/browser_plugin/browser_plugin_constants.cc', 178 'common/browser_plugin/browser_plugin_constants.cc',
177 'common/browser_plugin/browser_plugin_constants.h', 179 'common/browser_plugin/browser_plugin_constants.h',
178 'common/browser_plugin/browser_plugin_messages.h', 180 'common/browser_plugin/browser_plugin_messages.h',
179 'common/cc_messages.cc', 181 'common/cc_messages.cc',
180 'common/cc_messages.h', 182 'common/cc_messages.h',
181 'common/child_process_host_impl.cc', 183 'common/child_process_host_impl.cc',
182 'common/child_process_host_impl.h', 184 'common/child_process_host_impl.h',
183 'common/child_process_messages.h', 185 'common/child_process_messages.h',
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1040 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1039 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1041 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1040 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1042 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1041 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1043 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1042 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1044 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1043 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1045 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1044 ], 1046 ],
1045 }], 1047 }],
1046 ], 1048 ],
1047 } 1049 }
OLDNEW
« no previous file with comments | « content/common/bluetooth/bluetooth_messages.h ('k') | device/bluetooth/bluetooth_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698