| 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 { |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'bluetooth_low_energy_defs_win.cc', | 82 'bluetooth_low_energy_defs_win.cc', |
| 83 'bluetooth_low_energy_defs_win.h', | 83 'bluetooth_low_energy_defs_win.h', |
| 84 'bluetooth_low_energy_device_mac.h', | 84 'bluetooth_low_energy_device_mac.h', |
| 85 'bluetooth_low_energy_device_mac.mm', | 85 'bluetooth_low_energy_device_mac.mm', |
| 86 'bluetooth_low_energy_discovery_manager_mac.h', | 86 'bluetooth_low_energy_discovery_manager_mac.h', |
| 87 'bluetooth_low_energy_discovery_manager_mac.mm', | 87 'bluetooth_low_energy_discovery_manager_mac.mm', |
| 88 'bluetooth_low_energy_win.cc', | 88 'bluetooth_low_energy_win.cc', |
| 89 'bluetooth_low_energy_win.h', | 89 'bluetooth_low_energy_win.h', |
| 90 'bluetooth_remote_gatt_characteristic_android.cc', | 90 'bluetooth_remote_gatt_characteristic_android.cc', |
| 91 'bluetooth_remote_gatt_characteristic_android.h', | 91 'bluetooth_remote_gatt_characteristic_android.h', |
| 92 'bluetooth_remote_gatt_descriptor_android.cc', |
| 93 'bluetooth_remote_gatt_descriptor_android.h', |
| 92 'bluetooth_remote_gatt_service_android.cc', | 94 'bluetooth_remote_gatt_service_android.cc', |
| 93 'bluetooth_remote_gatt_service_android.h', | 95 'bluetooth_remote_gatt_service_android.h', |
| 94 'bluetooth_rfcomm_channel_mac.mm', | 96 'bluetooth_rfcomm_channel_mac.mm', |
| 95 'bluetooth_rfcomm_channel_mac.h', | 97 'bluetooth_rfcomm_channel_mac.h', |
| 96 'bluetooth_service_record_win.cc', | 98 'bluetooth_service_record_win.cc', |
| 97 'bluetooth_service_record_win.h', | 99 'bluetooth_service_record_win.h', |
| 98 'bluetooth_socket.cc', | 100 'bluetooth_socket.cc', |
| 99 'bluetooth_socket.h', | 101 'bluetooth_socket.h', |
| 100 'bluetooth_socket_mac.h', | 102 'bluetooth_socket_mac.h', |
| 101 'bluetooth_socket_mac.mm', | 103 'bluetooth_socket_mac.mm', |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 'conditions': [ | 354 'conditions': [ |
| 353 ['OS == "android"', { | 355 ['OS == "android"', { |
| 354 'targets': [ | 356 'targets': [ |
| 355 { | 357 { |
| 356 'target_name': 'device_bluetooth_jni_headers', | 358 'target_name': 'device_bluetooth_jni_headers', |
| 357 'type': 'none', | 359 'type': 'none', |
| 358 'sources': [ | 360 'sources': [ |
| 359 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothAdapt
er.java', | 361 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothAdapt
er.java', |
| 360 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevic
e.java', | 362 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevic
e.java', |
| 361 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemot
eGattCharacteristic.java', | 363 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemot
eGattCharacteristic.java', |
| 364 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemot
eGattDescriptor.java', |
| 362 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemot
eGattService.java', | 365 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemot
eGattService.java', |
| 363 'android/java/src/org/chromium/device/bluetooth/Wrappers.java', | 366 'android/java/src/org/chromium/device/bluetooth/Wrappers.java', |
| 364 ], | 367 ], |
| 365 'variables': { | 368 'variables': { |
| 366 'jni_gen_package': 'device_bluetooth', | 369 'jni_gen_package': 'device_bluetooth', |
| 367 }, | 370 }, |
| 368 'includes': [ '../../build/jni_generator.gypi' ], | 371 'includes': [ '../../build/jni_generator.gypi' ], |
| 369 }, | 372 }, |
| 370 { | 373 { |
| 371 'target_name': 'device_bluetooth_java', | 374 'target_name': 'device_bluetooth_java', |
| 372 'type': 'none', | 375 'type': 'none', |
| 373 'dependencies': [ | 376 'dependencies': [ |
| 374 '../../base/base.gyp:base', | 377 '../../base/base.gyp:base', |
| 375 ], | 378 ], |
| 376 'variables': { | 379 'variables': { |
| 377 'java_in_dir': '../../device/bluetooth/android/java', | 380 'java_in_dir': '../../device/bluetooth/android/java', |
| 378 }, | 381 }, |
| 379 'includes': [ '../../build/java.gypi' ], | 382 'includes': [ '../../build/java.gypi' ], |
| 380 }, | 383 }, |
| 381 ], | 384 ], |
| 382 }], | 385 }], |
| 383 ], | 386 ], |
| 384 } | 387 } |
| OLD | NEW |