Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Side by Side Diff: device/bluetooth/bluetooth.gyp

Issue 1606013002: BLE GATT service implementation in Chrome for Windows 8 and later (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Build.gn Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'bluetooth_gatt_characteristic.cc', 64 'bluetooth_gatt_characteristic.cc',
65 'bluetooth_gatt_characteristic.h', 65 'bluetooth_gatt_characteristic.h',
66 'bluetooth_gatt_connection.cc', 66 'bluetooth_gatt_connection.cc',
67 'bluetooth_gatt_connection.h', 67 'bluetooth_gatt_connection.h',
68 'bluetooth_gatt_descriptor.cc', 68 'bluetooth_gatt_descriptor.cc',
69 'bluetooth_gatt_descriptor.h', 69 'bluetooth_gatt_descriptor.h',
70 'bluetooth_gatt_notify_session.cc', 70 'bluetooth_gatt_notify_session.cc',
71 'bluetooth_gatt_notify_session.h', 71 'bluetooth_gatt_notify_session.h',
72 'bluetooth_gatt_notify_session_android.cc', 72 'bluetooth_gatt_notify_session_android.cc',
73 'bluetooth_gatt_notify_session_android.h', 73 'bluetooth_gatt_notify_session_android.h',
74 'bluetooth_gatt_notify_session_win.cc',
75 'bluetooth_gatt_notify_session_win.h',
74 'bluetooth_gatt_service.cc', 76 'bluetooth_gatt_service.cc',
75 'bluetooth_gatt_service.h', 77 'bluetooth_gatt_service.h',
76 'bluetooth_init_win.cc', 78 'bluetooth_init_win.cc',
77 'bluetooth_init_win.h', 79 'bluetooth_init_win.h',
78 'bluetooth_l2cap_channel_mac.mm', 80 'bluetooth_l2cap_channel_mac.mm',
79 'bluetooth_l2cap_channel_mac.h', 81 'bluetooth_l2cap_channel_mac.h',
80 'bluetooth_low_energy_central_manager_delegate.mm', 82 'bluetooth_low_energy_central_manager_delegate.mm',
81 'bluetooth_low_energy_central_manager_delegate.h', 83 'bluetooth_low_energy_central_manager_delegate.h',
82 'bluetooth_low_energy_defs_win.cc', 84 'bluetooth_low_energy_defs_win.cc',
83 'bluetooth_low_energy_defs_win.h', 85 'bluetooth_low_energy_defs_win.h',
84 'bluetooth_low_energy_device_mac.h', 86 'bluetooth_low_energy_device_mac.h',
85 'bluetooth_low_energy_device_mac.mm', 87 'bluetooth_low_energy_device_mac.mm',
86 'bluetooth_low_energy_discovery_manager_mac.h', 88 'bluetooth_low_energy_discovery_manager_mac.h',
87 'bluetooth_low_energy_discovery_manager_mac.mm', 89 'bluetooth_low_energy_discovery_manager_mac.mm',
88 'bluetooth_low_energy_win.cc', 90 'bluetooth_low_energy_win.cc',
89 'bluetooth_low_energy_win.h', 91 'bluetooth_low_energy_win.h',
90 'bluetooth_remote_gatt_characteristic_android.cc', 92 'bluetooth_remote_gatt_characteristic_android.cc',
91 'bluetooth_remote_gatt_characteristic_android.h', 93 'bluetooth_remote_gatt_characteristic_android.h',
94 'bluetooth_remote_gatt_characteristic_win.cc',
95 'bluetooth_remote_gatt_characteristic_win.h',
92 'bluetooth_remote_gatt_descriptor_android.cc', 96 'bluetooth_remote_gatt_descriptor_android.cc',
93 'bluetooth_remote_gatt_descriptor_android.h', 97 'bluetooth_remote_gatt_descriptor_android.h',
94 'bluetooth_remote_gatt_service_android.cc', 98 'bluetooth_remote_gatt_service_android.cc',
95 'bluetooth_remote_gatt_service_android.h', 99 'bluetooth_remote_gatt_service_android.h',
100 'bluetooth_remote_gatt_service_win.cc',
101 'bluetooth_remote_gatt_service_win.h',
102 'bluetooth_remote_gatt_descriptor_win.cc',
103 'bluetooth_remote_gatt_descriptor_win.h',
96 'bluetooth_rfcomm_channel_mac.mm', 104 'bluetooth_rfcomm_channel_mac.mm',
97 'bluetooth_rfcomm_channel_mac.h', 105 'bluetooth_rfcomm_channel_mac.h',
98 'bluetooth_service_record_win.cc', 106 'bluetooth_service_record_win.cc',
99 'bluetooth_service_record_win.h', 107 'bluetooth_service_record_win.h',
100 'bluetooth_socket.cc', 108 'bluetooth_socket.cc',
101 'bluetooth_socket.h', 109 'bluetooth_socket.h',
102 'bluetooth_socket_mac.h', 110 'bluetooth_socket_mac.h',
103 'bluetooth_socket_mac.mm', 111 'bluetooth_socket_mac.mm',
104 'bluetooth_socket_net.cc', 112 'bluetooth_socket_net.cc',
105 'bluetooth_socket_net.h', 113 'bluetooth_socket_net.h',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 ], 402 ],
395 'variables': { 403 'variables': {
396 'java_in_dir': '../../device/bluetooth/android/java', 404 'java_in_dir': '../../device/bluetooth/android/java',
397 }, 405 },
398 'includes': [ '../../build/java.gypi' ], 406 'includes': [ '../../build/java.gypi' ],
399 }, 407 },
400 ], 408 ],
401 }], 409 }],
402 ], 410 ],
403 } 411 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698