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.
|
+ } |
+ ] |
+} |