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

Unified Diff: build/android/pylib/linker/setup.py

Issue 696923002: Remove the unused push_deps option from the test runners. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: build/android/pylib/linker/setup.py
diff --git a/build/android/pylib/linker/setup.py b/build/android/pylib/linker/setup.py
index a863a0d8638b53c1d9b5d862a94c45b77724648a..72bb13145b937cfba5f691db27ec375e41920a11 100644
--- a/build/android/pylib/linker/setup.py
+++ b/build/android/pylib/linker/setup.py
@@ -39,7 +39,6 @@ def Setup(options, _devices):
def TestRunnerFactory(device, _shard_index):
return test_runner.LinkerTestRunner(
- device, options.tool, options.push_deps,
- options.cleanup_test_files)
+ device, options.tool, options.cleanup_test_files)
return (TestRunnerFactory, all_tests)

Powered by Google App Engine
This is Rietveld 408576698