| 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 23 matching lines...) Expand all Loading... |
| 34 'bluetooth_device.cc', | 34 'bluetooth_device.cc', |
| 35 'bluetooth_device.h', | 35 'bluetooth_device.h', |
| 36 'bluetooth_device_chromeos.cc', | 36 'bluetooth_device_chromeos.cc', |
| 37 'bluetooth_device_chromeos.h', | 37 'bluetooth_device_chromeos.h', |
| 38 'bluetooth_device_mac.h', | 38 'bluetooth_device_mac.h', |
| 39 'bluetooth_device_mac.mm', | 39 'bluetooth_device_mac.mm', |
| 40 'bluetooth_device_win.cc', | 40 'bluetooth_device_win.cc', |
| 41 'bluetooth_device_win.h', | 41 'bluetooth_device_win.h', |
| 42 'bluetooth_gatt_characteristic.cc', | 42 'bluetooth_gatt_characteristic.cc', |
| 43 'bluetooth_gatt_characteristic.h', | 43 'bluetooth_gatt_characteristic.h', |
| 44 'bluetooth_gatt_descriptor.cc', |
| 45 'bluetooth_gatt_descriptor.h', |
| 44 'bluetooth_gatt_service.cc', | 46 'bluetooth_gatt_service.cc', |
| 45 'bluetooth_gatt_service.h', | 47 'bluetooth_gatt_service.h', |
| 46 'bluetooth_init_win.cc', | 48 'bluetooth_init_win.cc', |
| 47 'bluetooth_init_win.h', | 49 'bluetooth_init_win.h', |
| 48 'bluetooth_out_of_band_pairing_data.h', | 50 'bluetooth_out_of_band_pairing_data.h', |
| 49 'bluetooth_profile.cc', | 51 'bluetooth_profile.cc', |
| 50 'bluetooth_profile.h', | 52 'bluetooth_profile.h', |
| 51 'bluetooth_profile_chromeos.cc', | 53 'bluetooth_profile_chromeos.cc', |
| 52 'bluetooth_profile_chromeos.h', | 54 'bluetooth_profile_chromeos.h', |
| 53 'bluetooth_profile_mac.h', | 55 'bluetooth_profile_mac.h', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 'test/mock_bluetooth_device.cc', | 120 'test/mock_bluetooth_device.cc', |
| 119 'test/mock_bluetooth_device.h', | 121 'test/mock_bluetooth_device.h', |
| 120 'test/mock_bluetooth_profile.cc', | 122 'test/mock_bluetooth_profile.cc', |
| 121 'test/mock_bluetooth_profile.h', | 123 'test/mock_bluetooth_profile.h', |
| 122 'test/mock_bluetooth_socket.cc', | 124 'test/mock_bluetooth_socket.cc', |
| 123 'test/mock_bluetooth_socket.h', | 125 'test/mock_bluetooth_socket.h', |
| 124 ], | 126 ], |
| 125 }, | 127 }, |
| 126 ], | 128 ], |
| 127 } | 129 } |
| OLD | NEW |