| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'bluetooth_audio_sink.cc', | 48 'bluetooth_audio_sink.cc', |
| 49 'bluetooth_audio_sink.h', | 49 'bluetooth_audio_sink.h', |
| 50 'bluetooth_audio_sink_chromeos.cc', | 50 'bluetooth_audio_sink_chromeos.cc', |
| 51 'bluetooth_audio_sink_chromeos.h', | 51 'bluetooth_audio_sink_chromeos.h', |
| 52 'bluetooth_channel_mac.mm', | 52 'bluetooth_channel_mac.mm', |
| 53 'bluetooth_channel_mac.h', | 53 'bluetooth_channel_mac.h', |
| 54 'bluetooth_classic_device_mac.mm', | 54 'bluetooth_classic_device_mac.mm', |
| 55 'bluetooth_classic_device_mac.h', | 55 'bluetooth_classic_device_mac.h', |
| 56 'bluetooth_device.cc', | 56 'bluetooth_device.cc', |
| 57 'bluetooth_device.h', | 57 'bluetooth_device.h', |
| 58 'bluetooth_device_android.h', |
| 59 'bluetooth_device_android.cc', |
| 58 'bluetooth_device_chromeos.cc', | 60 'bluetooth_device_chromeos.cc', |
| 59 'bluetooth_device_chromeos.h', | 61 'bluetooth_device_chromeos.h', |
| 60 'bluetooth_device_mac.mm', | 62 'bluetooth_device_mac.mm', |
| 61 'bluetooth_device_mac.h', | 63 'bluetooth_device_mac.h', |
| 62 'bluetooth_device_win.cc', | 64 'bluetooth_device_win.cc', |
| 63 'bluetooth_device_win.h', | 65 'bluetooth_device_win.h', |
| 64 'bluetooth_discovery_filter.cc', | 66 'bluetooth_discovery_filter.cc', |
| 65 'bluetooth_discovery_filter.h', | 67 'bluetooth_discovery_filter.h', |
| 66 'bluetooth_discovery_manager_mac.mm', | 68 'bluetooth_discovery_manager_mac.mm', |
| 67 'bluetooth_discovery_manager_mac.h', | 69 'bluetooth_discovery_manager_mac.h', |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 }, | 242 }, |
| 241 ], | 243 ], |
| 242 'conditions': [ | 244 'conditions': [ |
| 243 ['OS == "android"', { | 245 ['OS == "android"', { |
| 244 'targets': [ | 246 'targets': [ |
| 245 { | 247 { |
| 246 'target_name': 'device_bluetooth_jni_headers', | 248 'target_name': 'device_bluetooth_jni_headers', |
| 247 'type': 'none', | 249 'type': 'none', |
| 248 'sources': [ | 250 'sources': [ |
| 249 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothAdapt
er.java', | 251 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothAdapt
er.java', |
| 252 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevic
e.java', |
| 250 'android/java/src/org/chromium/device/bluetooth/Wrappers.java', | 253 'android/java/src/org/chromium/device/bluetooth/Wrappers.java', |
| 251 ], | 254 ], |
| 252 'variables': { | 255 'variables': { |
| 253 'jni_gen_package': 'device_bluetooth', | 256 'jni_gen_package': 'device_bluetooth', |
| 254 }, | 257 }, |
| 255 'includes': [ '../../build/jni_generator.gypi' ], | 258 'includes': [ '../../build/jni_generator.gypi' ], |
| 256 }, | 259 }, |
| 257 { | 260 { |
| 258 'target_name': 'device_bluetooth_java', | 261 'target_name': 'device_bluetooth_java', |
| 259 'type': 'none', | 262 'type': 'none', |
| 260 'dependencies': [ | 263 'dependencies': [ |
| 261 '../../base/base.gyp:base', | 264 '../../base/base.gyp:base', |
| 262 ], | 265 ], |
| 263 'variables': { | 266 'variables': { |
| 264 'java_in_dir': '../../device/bluetooth/android/java', | 267 'java_in_dir': '../../device/bluetooth/android/java', |
| 265 }, | 268 }, |
| 266 'includes': [ '../../build/java.gypi' ], | 269 'includes': [ '../../build/java.gypi' ], |
| 267 }, | 270 }, |
| 268 ], | 271 ], |
| 269 }], | 272 }], |
| 270 ], | 273 ], |
| 271 } | 274 } |
| OLD | NEW |