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

Side by Side Diff: device/bluetooth/bluetooth.gyp

Issue 950083003: device/bluetooth: Implemented UriBeacon decoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/uribeacon/uri_encoder.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'bluetooth_socket_net.cc', 99 'bluetooth_socket_net.cc',
100 'bluetooth_socket_net.h', 100 'bluetooth_socket_net.h',
101 'bluetooth_socket_thread.cc', 101 'bluetooth_socket_thread.cc',
102 'bluetooth_socket_thread.h', 102 'bluetooth_socket_thread.h',
103 'bluetooth_socket_win.cc', 103 'bluetooth_socket_win.cc',
104 'bluetooth_socket_win.h', 104 'bluetooth_socket_win.h',
105 'bluetooth_task_manager_win.cc', 105 'bluetooth_task_manager_win.cc',
106 'bluetooth_task_manager_win.h', 106 'bluetooth_task_manager_win.h',
107 'bluetooth_uuid.cc', 107 'bluetooth_uuid.cc',
108 'bluetooth_uuid.h', 108 'bluetooth_uuid.h',
109 'uribeacon/uri_encoder.cc',
110 'uribeacon/uri_encoder.h',
109 ], 111 ],
110 'conditions': [ 112 'conditions': [
111 ['chromeos==1', { 113 ['chromeos==1', {
112 'dependencies': [ 114 'dependencies': [
113 '../../build/linux/system.gyp:dbus', 115 '../../build/linux/system.gyp:dbus',
114 '../../chromeos/chromeos.gyp:chromeos', 116 '../../chromeos/chromeos.gyp:chromeos',
115 '../../dbus/dbus.gyp:dbus', 117 '../../dbus/dbus.gyp:dbus',
116 ], 118 ],
117 'export_dependent_settings': [ 119 'export_dependent_settings': [
118 '../../build/linux/system.gyp:dbus' 120 '../../build/linux/system.gyp:dbus'
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'test/mock_bluetooth_gatt_notify_session.cc', 185 'test/mock_bluetooth_gatt_notify_session.cc',
184 'test/mock_bluetooth_gatt_notify_session.h', 186 'test/mock_bluetooth_gatt_notify_session.h',
185 'test/mock_bluetooth_gatt_service.cc', 187 'test/mock_bluetooth_gatt_service.cc',
186 'test/mock_bluetooth_gatt_service.h', 188 'test/mock_bluetooth_gatt_service.h',
187 'test/mock_bluetooth_socket.cc', 189 'test/mock_bluetooth_socket.cc',
188 'test/mock_bluetooth_socket.h', 190 'test/mock_bluetooth_socket.h',
189 ], 191 ],
190 }, 192 },
191 ], 193 ],
192 } 194 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/uribeacon/uri_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698