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

Unified Diff: build/apk_test.gypi

Issue 13470026: Suppress Ant build noise (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « build/android/gyp/ant.py ('k') | build/java_apk.gypi » ('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 4fd3db552c334f07bf537c49f1b0d0dda5afa874..71577a1b8a0132d758599498ab3d689a202fd530 100644
--- a/build/apk_test.gypi
+++ b/build/apk_test.gypi
@@ -61,13 +61,16 @@
'action_name': 'ant_apk_<(test_suite_name)',
'message': 'Building <(test_suite_name) test apk.',
'inputs': [
+ '<(DEPTH)/build/android/gyp/util/build_utils.py',
+ '<(DEPTH)/build/android/gyp/ant.py',
'<(generate_native_test_stamp)',
],
'outputs': [
'<(PRODUCT_DIR)/<(test_suite_name)_apk/<(test_suite_name)-debug.apk',
],
'action': [
- 'ant', '-quiet',
+ 'python', '<(DEPTH)/build/android/gyp/ant.py',
+ '-quiet',
'-DPRODUCT_DIR=<(ant_build_out)',
'-DANDROID_SDK=<(android_sdk)',
'-DANDROID_SDK_ROOT=<(android_sdk_root)',
« no previous file with comments | « build/android/gyp/ant.py ('k') | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698