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

Unified Diff: content/content_tests.gypi

Issue 10905138: Add test jar generation logic for ant builds. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix indent in base.gyp. Created 8 years, 3 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index fcdd5d44fd45a1323a89efce7f4f2a4159546805..b225ede695174b188d60993aecc2171191c56801 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -824,7 +824,8 @@
'<!@(find <(DEPTH)/content/shell/android/javatests/ -name "*.java")'
],
'outputs': [
- '<(PRODUCT_DIR)/content_shell_test/ContentShellTest-debug.apk',
+ '<(PRODUCT_DIR)/apks/ContentShellTest-debug.apk',
+ '<(PRODUCT_DIR)/test.lib.java/ContentShellTest-debug.jar',
],
'action': [
'ant',

Powered by Google App Engine
This is Rietveld 408576698