| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'bluetooth_gatt_characteristic.cc', | 67 'bluetooth_gatt_characteristic.cc', |
| 68 'bluetooth_gatt_characteristic.h', | 68 'bluetooth_gatt_characteristic.h', |
| 69 'bluetooth_gatt_connection.cc', | 69 'bluetooth_gatt_connection.cc', |
| 70 'bluetooth_gatt_connection.h', | 70 'bluetooth_gatt_connection.h', |
| 71 'bluetooth_gatt_descriptor.cc', | 71 'bluetooth_gatt_descriptor.cc', |
| 72 'bluetooth_gatt_descriptor.h', | 72 'bluetooth_gatt_descriptor.h', |
| 73 'bluetooth_gatt_notify_session.cc', | 73 'bluetooth_gatt_notify_session.cc', |
| 74 'bluetooth_gatt_notify_session.h', | 74 'bluetooth_gatt_notify_session.h', |
| 75 'bluetooth_gatt_notify_session_android.cc', | 75 'bluetooth_gatt_notify_session_android.cc', |
| 76 'bluetooth_gatt_notify_session_android.h', | 76 'bluetooth_gatt_notify_session_android.h', |
| 77 'bluetooth_gatt_notify_session_mac.h', |
| 78 'bluetooth_gatt_notify_session_mac.mm', |
| 77 'bluetooth_gatt_notify_session_win.cc', | 79 'bluetooth_gatt_notify_session_win.cc', |
| 78 'bluetooth_gatt_notify_session_win.h', | 80 'bluetooth_gatt_notify_session_win.h', |
| 79 'bluetooth_gatt_service.cc', | 81 'bluetooth_gatt_service.cc', |
| 80 'bluetooth_gatt_service.h', | 82 'bluetooth_gatt_service.h', |
| 81 'bluetooth_init_win.cc', | 83 'bluetooth_init_win.cc', |
| 82 'bluetooth_init_win.h', | 84 'bluetooth_init_win.h', |
| 83 'bluetooth_l2cap_channel_mac.mm', | 85 'bluetooth_l2cap_channel_mac.mm', |
| 84 'bluetooth_l2cap_channel_mac.h', | 86 'bluetooth_l2cap_channel_mac.h', |
| 85 'bluetooth_local_gatt_characteristic.cc', | 87 'bluetooth_local_gatt_characteristic.cc', |
| 86 'bluetooth_local_gatt_characteristic.h', | 88 'bluetooth_local_gatt_characteristic.h', |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', | 512 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 511 'bluetooth_interfaces_blink_mojom', | 513 'bluetooth_interfaces_blink_mojom', |
| 512 'bluetooth_interfaces_mojom', | 514 'bluetooth_interfaces_mojom', |
| 513 'device_bluetooth', | 515 'device_bluetooth', |
| 514 ], | 516 ], |
| 515 }, | 517 }, |
| 516 ], | 518 ], |
| 517 }], | 519 }], |
| 518 ], | 520 ], |
| 519 } | 521 } |
| OLD | NEW |