chromeos: bluetooth: add BluetoothInputClient
[chromium-blink-merge.git] / tools / android / common / common.gyp
blob17c4821cae13a4898b5dc1fed85ebe7ceec9919e
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
3 # found in the LICENSE file.
6   'targets': [
7     {
8       'target_name': 'android_tools_common',
9       'type': '<(library)',
10       'include_dirs': [
11         '..',
12         '../../..',
13       ],
14       'sources': [
15         'adb_connection.cc',
16         'adb_connection.h',
17         'daemon.cc',
18         'daemon.h',
19         'net.cc',
20         'net.h',
21       ],
22     },
23   ],