| Index: build/android/pylib/gtest/test_options.py
|
| diff --git a/build/android/pylib/gtest/test_options.py b/build/android/pylib/gtest/test_options.py
|
| index 6f7df0d779ff1db34c4dae413b295a177d712cbd..5099ba6024a77f68c98ddf7a4348c3c7d89963f8 100644
|
| --- a/build/android/pylib/gtest/test_options.py
|
| +++ b/build/android/pylib/gtest/test_options.py
|
| @@ -9,7 +9,6 @@ import collections
|
| GTestOptions = collections.namedtuple('GTestOptions', [
|
| 'tool',
|
| 'cleanup_test_files',
|
| - 'push_deps',
|
| 'gtest_filter',
|
| 'run_disabled',
|
| 'test_arguments',
|
|
|