| 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 16 matching lines...) Expand all Loading... |
| 27 'android/bluetooth_jni_registrar.cc', | 27 'android/bluetooth_jni_registrar.cc', |
| 28 'android/bluetooth_jni_registrar.h', | 28 'android/bluetooth_jni_registrar.h', |
| 29 'android/wrappers.cc', | 29 'android/wrappers.cc', |
| 30 'android/wrappers.h', | 30 'android/wrappers.h', |
| 31 'bluetooth_adapter.cc', | 31 'bluetooth_adapter.cc', |
| 32 'bluetooth_adapter.h', | 32 'bluetooth_adapter.h', |
| 33 'bluetooth_adapter_android.cc', | 33 'bluetooth_adapter_android.cc', |
| 34 'bluetooth_adapter_android.h', | 34 'bluetooth_adapter_android.h', |
| 35 'bluetooth_adapter_factory.cc', | 35 'bluetooth_adapter_factory.cc', |
| 36 'bluetooth_adapter_factory.h', | 36 'bluetooth_adapter_factory.h', |
| 37 'bluetooth_adapter_factory_wrapper.cc', |
| 38 'bluetooth_adapter_factory_wrapper.h', |
| 37 'bluetooth_adapter_mac.h', | 39 'bluetooth_adapter_mac.h', |
| 38 'bluetooth_adapter_mac.mm', | 40 'bluetooth_adapter_mac.mm', |
| 39 'bluetooth_adapter_win.cc', | 41 'bluetooth_adapter_win.cc', |
| 40 'bluetooth_adapter_win.h', | 42 'bluetooth_adapter_win.h', |
| 41 'bluetooth_advertisement.cc', | 43 'bluetooth_advertisement.cc', |
| 42 'bluetooth_advertisement.h', | 44 'bluetooth_advertisement.h', |
| 43 'bluetooth_audio_sink.cc', | 45 'bluetooth_audio_sink.cc', |
| 44 'bluetooth_audio_sink.h', | 46 'bluetooth_audio_sink.h', |
| 45 'bluetooth_channel_mac.mm', | 47 'bluetooth_channel_mac.mm', |
| 46 'bluetooth_channel_mac.h', | 48 'bluetooth_channel_mac.h', |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 ], | 464 ], |
| 463 'variables': { | 465 'variables': { |
| 464 'java_in_dir': '../../device/bluetooth/android/java', | 466 'java_in_dir': '../../device/bluetooth/android/java', |
| 465 }, | 467 }, |
| 466 'includes': [ '../../build/java.gypi' ], | 468 'includes': [ '../../build/java.gypi' ], |
| 467 }, | 469 }, |
| 468 ], | 470 ], |
| 469 }], | 471 }], |
| 470 ], | 472 ], |
| 471 } | 473 } |
| OLD | NEW |