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