blob: 979d7c08de7c35e70fc523470f7559de23ab3c3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'targets': [
# Intermediate target grouping the android tools needed to run native
# unittests apks.
{
'target_name': 'android_tools',
'type': 'none',
'dependencies': [
'fake_dns/fake_dns.gyp:fake_dns',
'forwarder2/forwarder.gyp:forwarder2',
'md5sum/md5sum.gyp:md5sum',
'adb_reboot/adb_reboot.gyp:adb_reboot',
],
},
],
}
|