Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: tools/android/android_tools.gyp

Issue 11597008: Add dependency on Android tools to native unittests APKs targets (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« build/apk_test.gypi ('K') | « build/apk_test.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 }
OLDNEW
« build/apk_test.gypi ('K') | « build/apk_test.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698