Roll libvpx 861f35:1fff3e
[chromium-blink-merge.git] / tools / android / common / common.gyp
blobc86790c745ac3bd6c53436ac307a3bfc2b2022d6
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   'variables': {
7     'chromium_code': 1,
8   },
9   'targets': [
10     {
11       # GN version: //tools/android/common
12       'target_name': 'android_tools_common',
13       'type': 'static_library',
14       'toolsets': ['host', 'target'],
15       'include_dirs': [
16         '..',
17         '../../..',
18       ],
19       'sources': [
20         'adb_connection.cc',
21         'adb_connection.h',
22         'daemon.cc',
23         'daemon.h',
24         'net.cc',
25         'net.h',
26       ],
27     },
28   ],