Index: build/android/gyp/create_test_runner_script.py |
diff --git a/build/android/gyp/create_test_runner_script.py b/build/android/gyp/create_test_runner_script.py |
index 2b46e862af1c2225e7d89f40cc140e2a497cd4e5..7734126e0fb3ad511301c354458f652cb1c5fbf2 100755 |
--- a/build/android/gyp/create_test_runner_script.py |
+++ b/build/android/gyp/create_test_runner_script.py |
@@ -62,7 +62,6 @@ def main(args): |
group.add_argument('--executable-dist-dir') |
group.add_argument('--isolate-file-path') |
group.add_argument('--output-directory') |
- group.add_argument('--runtime-deps-path') |
group.add_argument('--test-apk') |
group.add_argument('--test-apk-incremental-install-script') |
group.add_argument('--coverage-dir') |
@@ -103,9 +102,6 @@ def main(args): |
if args.output_directory: |
test_runner_path_args.append( |
('--output-directory', RelativizePathToScript(args.output_directory))) |
- if args.runtime_deps_path: |
- test_runner_path_args.append( |
- ('--runtime-deps-path', RelativizePathToScript(args.runtime_deps_path))) |
if args.test_apk: |
test_runner_path_args.append( |
('--test-apk', RelativizePathToScript(args.test_apk))) |