summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authormikecase <mikecase@chromium.org>2016-02-19 12:44:41 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-19 20:45:48 +0000
commit4868bb07bb1f357ac5636a80b351bb62840dd91e (patch)
tree09ad7910e807d732049736975ab9c29e3bec6d1a /net/net.gyp
parent59c3e0633ead75f03f40c845de1d28a09ca0530e (diff)
downloadchromium_src-4868bb07bb1f357ac5636a80b351bb62840dd91e.zip
chromium_src-4868bb07bb1f357ac5636a80b351bb62840dd91e.tar.gz
chromium_src-4868bb07bb1f357ac5636a80b351bb62840dd91e.tar.bz2
Put generated non-test Java runner scripts into bin/.
Previous CL moved these scripts into bin/helper/ because lots of these scripts are not meant to be directly run by developers (they are run by other scripts such as build/android/pylib/junit/test_runner.py). Moving these scripts back directly into bin/ because this move caused an issue with incremental builds. BUG= TBR=pauljensen@chromium.org Review URL: https://codereview.chromium.org/1708383002 Cr-Commit-Position: refs/heads/master@{#376527}
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 818e10f..06b080a 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1647,6 +1647,7 @@
'android/junit/',
],
'test_type': 'junit',
+ 'wrapper_script_name': 'helper/<(_target_name)',
},
'includes': [
'../build/android/test_runner.gypi',