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

Unified Diff: testing/android/native_test.gyp

Issue 11606010: Reduce verbosity of Android builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: -quiet 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 | « testing/android/generate_native_test.py ('k') | testing/android/native_test_apk.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/native_test.gyp
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp
index 80fe486ccec244c19e25e2f97c1c1b5253203601..06f72793f509bd5cc9b9f46b4b12cf260a7cc338 100644
--- a/testing/android/native_test.gyp
+++ b/testing/android/native_test.gyp
@@ -32,7 +32,7 @@
'<(PRODUCT_DIR)/replaceme_apk/replaceme-debug.apk',
],
'action': [
- 'ant',
+ 'ant', '-q',
# TODO: All of these paths are absolute paths right now, while
# we really should be using relative paths for anything that is
# checked in to the Chromium tree (among which the SDK).
« no previous file with comments | « testing/android/generate_native_test.py ('k') | testing/android/native_test_apk.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698