Chromium Code Reviews| Index: build/android/test_runner.py |
| diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
| index 42429d32dccd8dc8af79437d8ae43780580f8e01..ea557ce6e6c1d4cf82ebd9ac548fa1f5b4711f0f 100755 |
| --- a/build/android/test_runner.py |
| +++ b/build/android/test_runner.py |
| @@ -204,6 +204,7 @@ def AddGTestOptions(parser): |
| type=os.path.realpath, |
| help='.isolate file path to override the default ' |
| 'path') |
| + group.add_argument('--gn-variable-json') |
|
agrieve
2016/11/15 15:51:01
unused?
jbudorick
2016/11/15 19:33:15
oops, leftover from a previous sketch. Removed.
|
| group.add_argument('--app-data-file', action='append', dest='app_data_files', |
| help='A file path relative to the app data directory ' |
| 'that should be saved to the host.') |