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

Unified Diff: build/android/test_runner.py

Issue 2492123002: [android] Stop using isolate.py for data dependency management. (Closed)
Patch Set: handle None isolate file Created 4 years, 1 month 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: 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.')

Powered by Google App Engine
This is Rietveld 408576698