| Index: build/android/pylib/gtest/dispatch.py
|
| diff --git a/build/android/pylib/gtest/dispatch.py b/build/android/pylib/gtest/dispatch.py
|
| index a2598cfcb64efe7fac7b7208306dffb962d257ae..2d9ab7743d73e33c027583ae4f0a587b59941751 100644
|
| --- a/build/android/pylib/gtest/dispatch.py
|
| +++ b/build/android/pylib/gtest/dispatch.py
|
| @@ -149,6 +149,7 @@ def _RunATestSuite(options, suite_name):
|
| options.tool,
|
| options.build_type,
|
| options.webkit,
|
| + options.push_deps,
|
| constants.GTEST_TEST_PACKAGE_NAME,
|
| constants.GTEST_TEST_ACTIVITY_NAME,
|
| constants.GTEST_COMMAND_LINE_FILE)
|
|
|