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

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: 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 | « no previous file | tools/android/android_tools.gyp » ('j') | tools/android/android_tools.gyp » ('J')
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..07cc283058a8cbd74f299b1b4282762709514724 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:native_unittests_android_utils',
Philippe 2012/12/17 15:41:10 Nit: I would simply call the target 'android_tools
ppi 2012/12/17 16:06:13 Sure - I renamed the target and added fake_dns in
],
'target_conditions': [
['_toolset == "target"', {
« no previous file with comments | « no previous file | tools/android/android_tools.gyp » ('j') | tools/android/android_tools.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698