| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |