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

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

Issue 1587723007: bluetooth: Add Bluetooth events to chrome://device-log/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 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 '../../components/components.gyp:device_event_log_component',
16 '../../crypto/crypto.gyp:crypto', 17 '../../crypto/crypto.gyp:crypto',
17 '../../net/net.gyp:net', 18 '../../net/net.gyp:net',
18 '../../ui/base/ui_base.gyp:ui_base', 19 '../../ui/base/ui_base.gyp:ui_base',
19 'bluetooth_strings.gyp:bluetooth_strings', 20 'bluetooth_strings.gyp:bluetooth_strings',
20 'uribeacon', 21 'uribeacon',
21 ], 22 ],
22 'defines': [ 23 'defines': [
23 'DEVICE_BLUETOOTH_IMPLEMENTATION', 24 'DEVICE_BLUETOOTH_IMPLEMENTATION',
24 ], 25 ],
25 'sources': [ 26 'sources': [
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 ], 379 ],
379 'variables': { 380 'variables': {
380 'java_in_dir': '../../device/bluetooth/android/java', 381 'java_in_dir': '../../device/bluetooth/android/java',
381 }, 382 },
382 'includes': [ '../../build/java.gypi' ], 383 'includes': [ '../../build/java.gypi' ],
383 }, 384 },
384 ], 385 ],
385 }], 386 }],
386 ], 387 ],
387 } 388 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698