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 28 matching lines...) Expand all Loading... |
39 'bluetooth_adapter_win.cc', | 39 'bluetooth_adapter_win.cc', |
40 'bluetooth_adapter_win.h', | 40 'bluetooth_adapter_win.h', |
41 'bluetooth_advertisement.cc', | 41 'bluetooth_advertisement.cc', |
42 'bluetooth_advertisement.h', | 42 'bluetooth_advertisement.h', |
43 'bluetooth_audio_sink.cc', | 43 'bluetooth_audio_sink.cc', |
44 'bluetooth_audio_sink.h', | 44 'bluetooth_audio_sink.h', |
45 'bluetooth_channel_mac.mm', | 45 'bluetooth_channel_mac.mm', |
46 'bluetooth_channel_mac.h', | 46 'bluetooth_channel_mac.h', |
47 'bluetooth_classic_device_mac.mm', | 47 'bluetooth_classic_device_mac.mm', |
48 'bluetooth_classic_device_mac.h', | 48 'bluetooth_classic_device_mac.h', |
| 49 'bluetooth_classic_win.cc', |
| 50 'bluetooth_classic_win.h', |
49 'bluetooth_device.cc', | 51 'bluetooth_device.cc', |
50 'bluetooth_device.h', | 52 'bluetooth_device.h', |
51 'bluetooth_device_android.h', | 53 'bluetooth_device_android.h', |
52 'bluetooth_device_android.cc', | 54 'bluetooth_device_android.cc', |
53 'bluetooth_device_mac.mm', | 55 'bluetooth_device_mac.mm', |
54 'bluetooth_device_mac.h', | 56 'bluetooth_device_mac.h', |
55 'bluetooth_device_win.cc', | 57 'bluetooth_device_win.cc', |
56 'bluetooth_device_win.h', | 58 'bluetooth_device_win.h', |
57 'bluetooth_discovery_filter.cc', | 59 'bluetooth_discovery_filter.cc', |
58 'bluetooth_discovery_filter.h', | 60 'bluetooth_discovery_filter.h', |
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 ], | 396 ], |
395 'variables': { | 397 'variables': { |
396 'java_in_dir': '../../device/bluetooth/android/java', | 398 'java_in_dir': '../../device/bluetooth/android/java', |
397 }, | 399 }, |
398 'includes': [ '../../build/java.gypi' ], | 400 'includes': [ '../../build/java.gypi' ], |
399 }, | 401 }, |
400 ], | 402 ], |
401 }], | 403 }], |
402 ], | 404 ], |
403 } | 405 } |
OLD | NEW |