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

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

Issue 1107103002: Make the uribeacon a GN source_set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | device/bluetooth/uribeacon/BUILD.gn » ('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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 ['OS=="mac"', { 150 ['OS=="mac"', {
151 'link_settings': { 151 'link_settings': {
152 'libraries': [ 152 'libraries': [
153 '$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework', 153 '$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework',
154 ], 154 ],
155 }, 155 },
156 }], 156 }],
157 ], 157 ],
158 }, 158 },
159 { 159 {
160 # GN version: //device/bluetooth/uribeacon
160 'target_name': 'uribeacon', 161 'target_name': 'uribeacon',
161 'type': 'static_library', 162 'type': 'static_library',
162 'dependencies': [ 163 'dependencies': [
163 '../../base/base.gyp:base', 164 '../../base/base.gyp:base',
164 ], 165 ],
165 'sources': [ 166 'sources': [
166 'uribeacon/uri_encoder.cc', 167 'uribeacon/uri_encoder.cc',
167 'uribeacon/uri_encoder.h' 168 'uribeacon/uri_encoder.h'
168 ] 169 ]
169 }, 170 },
(...skipping 25 matching lines...) Expand all
195 'test/mock_bluetooth_gatt_notify_session.cc', 196 'test/mock_bluetooth_gatt_notify_session.cc',
196 'test/mock_bluetooth_gatt_notify_session.h', 197 'test/mock_bluetooth_gatt_notify_session.h',
197 'test/mock_bluetooth_gatt_service.cc', 198 'test/mock_bluetooth_gatt_service.cc',
198 'test/mock_bluetooth_gatt_service.h', 199 'test/mock_bluetooth_gatt_service.h',
199 'test/mock_bluetooth_socket.cc', 200 'test/mock_bluetooth_socket.cc',
200 'test/mock_bluetooth_socket.h', 201 'test/mock_bluetooth_socket.h',
201 ], 202 ],
202 }, 203 },
203 ], 204 ],
204 } 205 }
OLDNEW
« no previous file with comments | « no previous file | device/bluetooth/uribeacon/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698