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

Unified 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 side-by-side diff with in-line comments
Download patch
« build/apk_test.gypi ('K') | « build/apk_test.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/android_tools.gyp
diff --git a/tools/android/android_tools.gyp b/tools/android/android_tools.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..28750b310bd4186b590e7f873514e9175f80580e
--- /dev/null
+++ b/tools/android/android_tools.gyp
@@ -0,0 +1,18 @@
+# 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': 'native_unittests_android_utils',
+ 'type': 'none',
+ 'dependencies': [
+ 'md5sum/md5sum.gyp:md5sum',
+ '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.
+ ]
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.
+ }
+ ]
+}
« 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