Chromium Code Reviews| Index: build/android/pylib/gtest/gtest_config.py |
| diff --git a/build/android/pylib/gtest/gtest_config.py b/build/android/pylib/gtest/gtest_config.py |
| index 892b9df3d2144d9b989e0d1f41f618b058a19de6..956aea5f174ddb1d0a0e85fb59257a7fa7e43a3d 100644 |
| --- a/build/android/pylib/gtest/gtest_config.py |
| +++ b/build/android/pylib/gtest/gtest_config.py |
| @@ -28,6 +28,7 @@ STABLE_TEST_SUITES = [ |
| Apk('gpu_unittests'), |
| Apk('ipc_tests'), |
| Apk('media_unittests'), |
| + Apk('modules_unittests'), |
|
frankf
2013/07/02 17:20:24
As the comment above states, by adding this here,
|
| Apk('net_unittests'), |
| Apk('sql_unittests'), |
| Apk('sync_unit_tests'), |