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 { |
11 'target_name': 'device_bluetooth', | 11 'target_name': 'device_bluetooth', |
12 'type': 'static_library', | 12 'type': 'static_library', |
13 'dependencies': [ | 13 'dependencies': [ |
14 '../../base/base.gyp:base', | 14 '../../base/base.gyp:base', |
15 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 15 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
16 '../../net/net.gyp:net', | 16 '../../net/net.gyp:net', |
17 '../../third_party/libxml/libxml.gyp:libxml', | 17 '../../third_party/libxml/libxml.gyp:libxml', |
| 18 '../../ui/gfx/gfx.gyp:gfx', |
18 '../../ui/ui.gyp:ui', | 19 '../../ui/ui.gyp:ui', |
19 'bluetooth_strings.gyp:device_bluetooth_strings', | 20 'bluetooth_strings.gyp:device_bluetooth_strings', |
20 ], | 21 ], |
21 'sources': [ | 22 'sources': [ |
22 'bluetooth_adapter.cc', | 23 'bluetooth_adapter.cc', |
23 'bluetooth_adapter.h', | 24 'bluetooth_adapter.h', |
24 'bluetooth_adapter_chromeos.cc', | 25 'bluetooth_adapter_chromeos.cc', |
25 'bluetooth_adapter_chromeos.h', | 26 'bluetooth_adapter_chromeos.h', |
26 'bluetooth_adapter_factory.cc', | 27 'bluetooth_adapter_factory.cc', |
27 'bluetooth_adapter_factory.h', | 28 'bluetooth_adapter_factory.h', |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 'test/mock_bluetooth_device.cc', | 113 'test/mock_bluetooth_device.cc', |
113 'test/mock_bluetooth_device.h', | 114 'test/mock_bluetooth_device.h', |
114 'test/mock_bluetooth_profile.cc', | 115 'test/mock_bluetooth_profile.cc', |
115 'test/mock_bluetooth_profile.h', | 116 'test/mock_bluetooth_profile.h', |
116 'test/mock_bluetooth_socket.cc', | 117 'test/mock_bluetooth_socket.cc', |
117 'test/mock_bluetooth_socket.h', | 118 'test/mock_bluetooth_socket.h', |
118 ], | 119 ], |
119 }, | 120 }, |
120 ], | 121 ], |
121 } | 122 } |
OLD | NEW |