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: build/java_apk.gypi

Issue 22865003: Add dependency on android_tools in java_apk.gypi for all test apks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move the dependency to java_apk.gypi. Created 7 years, 4 months 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 | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 2457d3a1939c663bcb348285ab92136154707d77..0e550a0e1f6db471fa1c9045f7f2d1c60ae7e840 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -371,6 +371,11 @@
},
],
}],
+ ['is_test_apk == 1', {
+ 'dependencies': [
+ '<(DEPTH)/tools/android/android_tools.gyp:android_tools',
+ ]
+ }],
],
'actions': [
{
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698