Chromium Code Reviews| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 44 'bluetooth_audio_sink.cc', | 44 'bluetooth_audio_sink.cc', |
| 45 'bluetooth_audio_sink.h', | 45 'bluetooth_audio_sink.h', |
| 46 'bluetooth_audio_sink_chromeos.cc', | 46 'bluetooth_audio_sink_chromeos.cc', |
| 47 'bluetooth_audio_sink_chromeos.h', | 47 'bluetooth_audio_sink_chromeos.h', |
| 48 'bluetooth_channel_mac.mm', | 48 'bluetooth_channel_mac.mm', |
| 49 'bluetooth_channel_mac.h', | 49 'bluetooth_channel_mac.h', |
| 50 'bluetooth_device.cc', | 50 'bluetooth_device.cc', |
| 51 'bluetooth_device.h', | 51 'bluetooth_device.h', |
| 52 'bluetooth_device_chromeos.cc', | 52 'bluetooth_device_chromeos.cc', |
| 53 'bluetooth_device_chromeos.h', | 53 'bluetooth_device_chromeos.h', |
| 54 'bluetooth_device_mac.h', | 54 'bluetooth_classic_device_mac.h', |
|
scheib
2015/06/29 20:44:24
Move to keep list sorted.
krstnmnlsn
2015/06/30 00:50:35
Done.
| |
| 55 'bluetooth_device_mac.mm', | 55 'bluetooth_classic_device_mac.mm', |
| 56 'bluetooth_device_win.cc', | 56 'bluetooth_device_win.cc', |
| 57 'bluetooth_device_win.h', | 57 'bluetooth_device_win.h', |
| 58 'bluetooth_discovery_filter.cc', | 58 'bluetooth_discovery_filter.cc', |
| 59 'bluetooth_discovery_filter.h', | 59 'bluetooth_discovery_filter.h', |
| 60 'bluetooth_discovery_manager_mac.mm', | 60 'bluetooth_discovery_manager_mac.mm', |
| 61 'bluetooth_discovery_manager_mac.h', | 61 'bluetooth_discovery_manager_mac.h', |
| 62 'bluetooth_discovery_session.cc', | 62 'bluetooth_discovery_session.cc', |
| 63 'bluetooth_discovery_session.h', | 63 'bluetooth_discovery_session.h', |
| 64 'bluetooth_gatt_characteristic.cc', | 64 'bluetooth_gatt_characteristic.cc', |
| 65 'bluetooth_gatt_characteristic.h', | 65 'bluetooth_gatt_characteristic.h', |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 259 ], | 259 ], |
| 260 'variables': { | 260 'variables': { |
| 261 'java_in_dir': '../../device/bluetooth/android/java', | 261 'java_in_dir': '../../device/bluetooth/android/java', |
| 262 }, | 262 }, |
| 263 'includes': [ '../../build/java.gypi' ], | 263 'includes': [ '../../build/java.gypi' ], |
| 264 }, | 264 }, |
| 265 ], | 265 ], |
| 266 }], | 266 }], |
| 267 ], | 267 ], |
| 268 } | 268 } |
| OLD | NEW |