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

Unified Diff: build/apk_test.gypi

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/all_android.gyp ('k') | tools/android/android_tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/apk_test.gypi
diff --git a/build/apk_test.gypi b/build/apk_test.gypi
index 0ea785c038252fb5769edc72f2f799b7777d47d4..f89f98c8cee2990c85cd4f66874cbda0ef568796 100644
--- a/build/apk_test.gypi
+++ b/build/apk_test.gypi
@@ -21,6 +21,7 @@
{
'dependencies': [
'<(DEPTH)/base/base.gyp:base_java',
+ '<(DEPTH)/tools/android/android_tools.gyp:android_tools',
],
'target_conditions': [
['_toolset == "target"', {
« no previous file with comments | « build/all_android.gyp ('k') | tools/android/android_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698