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

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: Address Yaron's remark 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
« no previous file with comments | « 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/third_party/guava/guava.gyp b/tools/android/android_tools.gyp
similarity index 50%
copy from third_party/guava/guava.gyp
copy to tools/android/android_tools.gyp
index 2a0b98367ce7b063e50f4485e396374f539f2dbe..43151a565f52856c53008ed7e3ce269de102a7a0 100644
--- a/third_party/guava/guava.gyp
+++ b/tools/android/android_tools.gyp
@@ -4,17 +4,16 @@
{
'targets': [
+ # Intermediate target grouping the android tools needed to run native
+ # unittests apks.
{
- 'target_name': 'guava_javalib',
+ 'target_name': 'android_tools',
'type': 'none',
- 'variables': {
- 'package_name': '<(_target_name)',
- 'java_in_dir': 'src/guava',
- },
'dependencies': [
- '../../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
+ 'fake_dns/fake_dns.gyp:fake_dns',
+ 'forwarder2/forwarder.gyp:forwarder2',
+ 'md5sum/md5sum.gyp:md5sum',
],
- 'includes': [ '../../build/java.gypi' ],
},
],
}
« no previous file with comments | « build/apk_test.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698