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

Unified Diff: build/host_jar.gypi

Issue 1674353004: [Android] Fix generated scripts for junit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alphabetized the gyp includes everywhere. Created 4 years, 10 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/config/android/rules.gni ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/host_jar.gypi
diff --git a/build/host_jar.gypi b/build/host_jar.gypi
index 59e0f25df4f5fc3caaf6e3456112f99ee9e95c34..9f39d7c6b59a35d729239214294d76da64def92c 100644
--- a/build/host_jar.gypi
+++ b/build/host_jar.gypi
@@ -122,7 +122,7 @@
'action_name': 'create_java_binary_script_<(_target_name)',
'message': 'Creating java binary script <(_target_name)',
'variables': {
- 'output': '<(PRODUCT_DIR)/bin/<(_target_name)',
+ 'output': '<(PRODUCT_DIR)/bin/helper/<(_target_name)',
},
'inputs': [
'<(DEPTH)/build/android/gyp/create_java_binary_script.py',
« no previous file with comments | « build/config/android/rules.gni ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698