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

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

Issue 1216583003: Adding Hashed Address to BluetoothLowEnergyDeviceMac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@timeinfo
Patch Set: agl comments Created 5 years, 5 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/DEPS ('k') | device/bluetooth/bluetooth_adapter_mac.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 {
11 # GN version: //device/bluetooth 11 # GN version: //device/bluetooth
12 'target_name': 'device_bluetooth', 12 'target_name': 'device_bluetooth',
13 'type': '<(component)', 13 'type': '<(component)',
14 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
16 '../../crypto/crypto.gyp:crypto',
16 '../../net/net.gyp:net', 17 '../../net/net.gyp:net',
17 '../../ui/base/ui_base.gyp:ui_base', 18 '../../ui/base/ui_base.gyp:ui_base',
18 'bluetooth_strings.gyp:device_bluetooth_strings', 19 'bluetooth_strings.gyp:device_bluetooth_strings',
19 'uribeacon', 20 'uribeacon',
20 ], 21 ],
21 'defines': [ 22 'defines': [
22 'DEVICE_BLUETOOTH_IMPLEMENTATION', 23 'DEVICE_BLUETOOTH_IMPLEMENTATION',
23 ], 24 ],
24 'sources': [ 25 'sources': [
25 # Note: file list duplicated in GN build. 26 # Note: file list duplicated in GN build.
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 ], 266 ],
266 'variables': { 267 'variables': {
267 'java_in_dir': '../../device/bluetooth/android/java', 268 'java_in_dir': '../../device/bluetooth/android/java',
268 }, 269 },
269 'includes': [ '../../build/java.gypi' ], 270 'includes': [ '../../build/java.gypi' ],
270 }, 271 },
271 ], 272 ],
272 }], 273 }],
273 ], 274 ],
274 } 275 }
OLDNEW
« no previous file with comments | « device/bluetooth/DEPS ('k') | device/bluetooth/bluetooth_adapter_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698