OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { |
11 'target_name': 'device_bluetooth', | 11 'target_name': 'device_bluetooth', |
12 'type': 'static_library', | 12 'type': 'static_library', |
13 'dependencies': [ | 13 'dependencies': [ |
14 'device_bluetooth_strings.gyp:device_bluetooth_strings', | 14 'device_bluetooth_strings.gyp:device_bluetooth_strings', |
15 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
17 '../net/net.gyp:net', | 17 '../net/net.gyp:net', |
18 '../third_party/libxml/libxml.gyp:libxml', | 18 '../third_party/libxml/libxml.gyp:libxml', |
19 '../ui/ui.gyp:ui' | 19 '../ui/ui.gyp:ui' |
20 ], | 20 ], |
21 'sources': [ | 21 'sources': [ |
22 'bluetooth/bluetooth_adapter.cc', | 22 'bluetooth/bluetooth_adapter.cc', |
23 'bluetooth/bluetooth_adapter.h', | 23 'bluetooth/bluetooth_adapter.h', |
24 'bluetooth/bluetooth_adapter_chromeos.cc', | |
25 'bluetooth/bluetooth_adapter_chromeos.h', | |
26 'bluetooth/bluetooth_adapter_experimental_chromeos.cc', | 24 'bluetooth/bluetooth_adapter_experimental_chromeos.cc', |
27 'bluetooth/bluetooth_adapter_experimental_chromeos.h', | 25 'bluetooth/bluetooth_adapter_experimental_chromeos.h', |
28 'bluetooth/bluetooth_adapter_factory.cc', | 26 'bluetooth/bluetooth_adapter_factory.cc', |
29 'bluetooth/bluetooth_adapter_factory.h', | 27 'bluetooth/bluetooth_adapter_factory.h', |
30 'bluetooth/bluetooth_adapter_mac.h', | 28 'bluetooth/bluetooth_adapter_mac.h', |
31 'bluetooth/bluetooth_adapter_mac.mm', | 29 'bluetooth/bluetooth_adapter_mac.mm', |
32 'bluetooth/bluetooth_adapter_win.cc', | 30 'bluetooth/bluetooth_adapter_win.cc', |
33 'bluetooth/bluetooth_adapter_win.h', | 31 'bluetooth/bluetooth_adapter_win.h', |
34 'bluetooth/bluetooth_device.cc', | 32 'bluetooth/bluetooth_device.cc', |
35 'bluetooth/bluetooth_device.h', | 33 'bluetooth/bluetooth_device.h', |
36 'bluetooth/bluetooth_device_chromeos.cc', | |
37 'bluetooth/bluetooth_device_chromeos.h', | |
38 'bluetooth/bluetooth_device_experimental_chromeos.cc', | 34 'bluetooth/bluetooth_device_experimental_chromeos.cc', |
39 'bluetooth/bluetooth_device_experimental_chromeos.h', | 35 'bluetooth/bluetooth_device_experimental_chromeos.h', |
40 'bluetooth/bluetooth_device_mac.h', | 36 'bluetooth/bluetooth_device_mac.h', |
41 'bluetooth/bluetooth_device_mac.mm', | 37 'bluetooth/bluetooth_device_mac.mm', |
42 'bluetooth/bluetooth_device_win.cc', | 38 'bluetooth/bluetooth_device_win.cc', |
43 'bluetooth/bluetooth_device_win.h', | 39 'bluetooth/bluetooth_device_win.h', |
44 'bluetooth/bluetooth_init_win.cc', | 40 'bluetooth/bluetooth_init_win.cc', |
45 'bluetooth/bluetooth_init_win.h', | 41 'bluetooth/bluetooth_init_win.h', |
46 'bluetooth/bluetooth_out_of_band_pairing_data.h', | 42 'bluetooth/bluetooth_out_of_band_pairing_data.h', |
47 'bluetooth/bluetooth_profile.cc', | 43 'bluetooth/bluetooth_profile.cc', |
48 'bluetooth/bluetooth_profile.h', | 44 'bluetooth/bluetooth_profile.h', |
49 'bluetooth/bluetooth_profile_experimental_chromeos.cc', | 45 'bluetooth/bluetooth_profile_experimental_chromeos.cc', |
50 'bluetooth/bluetooth_profile_experimental_chromeos.h', | 46 'bluetooth/bluetooth_profile_experimental_chromeos.h', |
51 'bluetooth/bluetooth_profile_mac.h', | 47 'bluetooth/bluetooth_profile_mac.h', |
52 'bluetooth/bluetooth_profile_mac.mm', | 48 'bluetooth/bluetooth_profile_mac.mm', |
53 'bluetooth/bluetooth_profile_win.cc', | 49 'bluetooth/bluetooth_profile_win.cc', |
54 'bluetooth/bluetooth_profile_win.h', | 50 'bluetooth/bluetooth_profile_win.h', |
55 'bluetooth/bluetooth_service_record.cc', | 51 'bluetooth/bluetooth_service_record.cc', |
56 'bluetooth/bluetooth_service_record.h', | 52 'bluetooth/bluetooth_service_record.h', |
57 'bluetooth/bluetooth_service_record_chromeos.cc', | |
58 'bluetooth/bluetooth_service_record_chromeos.h', | |
59 'bluetooth/bluetooth_service_record_mac.h', | 53 'bluetooth/bluetooth_service_record_mac.h', |
60 'bluetooth/bluetooth_service_record_mac.mm', | 54 'bluetooth/bluetooth_service_record_mac.mm', |
61 'bluetooth/bluetooth_service_record_win.cc', | 55 'bluetooth/bluetooth_service_record_win.cc', |
62 'bluetooth/bluetooth_service_record_win.h', | 56 'bluetooth/bluetooth_service_record_win.h', |
63 'bluetooth/bluetooth_socket.h', | 57 'bluetooth/bluetooth_socket.h', |
64 'bluetooth/bluetooth_socket_chromeos.cc', | |
65 'bluetooth/bluetooth_socket_chromeos.h', | |
66 'bluetooth/bluetooth_socket_experimental_chromeos.cc', | 58 'bluetooth/bluetooth_socket_experimental_chromeos.cc', |
67 'bluetooth/bluetooth_socket_experimental_chromeos.h', | 59 'bluetooth/bluetooth_socket_experimental_chromeos.h', |
68 'bluetooth/bluetooth_socket_mac.h', | 60 'bluetooth/bluetooth_socket_mac.h', |
69 'bluetooth/bluetooth_socket_mac.mm', | 61 'bluetooth/bluetooth_socket_mac.mm', |
70 'bluetooth/bluetooth_socket_win.cc', | 62 'bluetooth/bluetooth_socket_win.cc', |
71 'bluetooth/bluetooth_socket_win.h', | 63 'bluetooth/bluetooth_socket_win.h', |
72 'bluetooth/bluetooth_task_manager_win.cc', | 64 'bluetooth/bluetooth_task_manager_win.cc', |
73 'bluetooth/bluetooth_task_manager_win.h', | 65 'bluetooth/bluetooth_task_manager_win.h', |
74 'bluetooth/bluetooth_utils.cc', | 66 'bluetooth/bluetooth_utils.cc', |
75 'bluetooth/bluetooth_utils.h', | 67 'bluetooth/bluetooth_utils.h', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', | 246 'media_transfer_protocol/media_transfer_protocol_daemon_client.cc', |
255 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', | 247 'media_transfer_protocol/media_transfer_protocol_daemon_client.h', |
256 'media_transfer_protocol/media_transfer_protocol_manager.cc', | 248 'media_transfer_protocol/media_transfer_protocol_manager.cc', |
257 'media_transfer_protocol/media_transfer_protocol_manager.h', | 249 'media_transfer_protocol/media_transfer_protocol_manager.h', |
258 ], | 250 ], |
259 }, | 251 }, |
260 ], | 252 ], |
261 }], | 253 }], |
262 ], | 254 ], |
263 } | 255 } |
OLD | NEW |