| Index: build/android/pylib/utils/test_options_parser.py | 
| diff --git a/build/android/pylib/utils/test_options_parser.py b/build/android/pylib/utils/test_options_parser.py | 
| index eecfb715b76b409437f310ac80cb60c748cb57eb..16a440bbf82c6614e497229aec1538f394619551 100644 | 
| --- a/build/android/pylib/utils/test_options_parser.py | 
| +++ b/build/android/pylib/utils/test_options_parser.py | 
| @@ -89,6 +89,11 @@ def AddTestRunnerOptions(option_parser, default_timeout=60): | 
| dest='flakiness_dashboard_server', | 
| help=('Address of the server that is hosting the ' | 
| 'Chrome for Android flakiness dashboard.')) | 
| +  option_parser.add_option('--skip-deps-push', dest='push_deps', | 
| +                           action='store_false', default=True, | 
| +                           help='Do not push dependencies to the device. ' | 
| +                                'Use this at own risk for speeding up test ' | 
| +                                'execution on local machine.') | 
| AddBuildTypeOption(option_parser) | 
|  | 
|  | 
|  |