OLD | NEW |
---|---|
(Empty) | |
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. | |
4 | |
5 { | |
6 'targets': [ | |
7 # Intermediate target grouping the android tools needed to run native | |
8 # unittests apks. | |
9 { | |
10 'target_name': 'native_unittests_android_utils', | |
11 'type': 'none', | |
12 'dependencies': [ | |
13 'md5sum/md5sum.gyp:md5sum', | |
14 'forwarder2/forwarder.gyp:forwarder2', | |
Philippe
2012/12/17 15:41:10
Nit: alpha sort.
ppi
2012/12/17 16:06:13
Thanks, fixed in patch set 2.
| |
15 ] | |
Philippe
2012/12/17 15:41:10
Nit: we tend to end such lines with ','.
ppi
2012/12/17 16:06:13
Thanks, fixed in patch set 2.
| |
16 } | |
17 ] | |
18 } | |
OLD | NEW |