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..13b420f7cca626472c5c03676781ebec4d2750e6 100644 |
| --- a/build/android/pylib/gtest/gtest_config.py |
| +++ b/build/android/pylib/gtest/gtest_config.py |
| @@ -38,3 +38,8 @@ STABLE_TEST_SUITES = [ |
| Exe('breakpad_unittests'), |
| Exe('sandbox_linux_unittests'), |
| ] |
| + |
| +WEBRTC_TEST_SUITES = [ |
|
Isaac (away)
2013/07/31 21:49:09
Incomplete?
kjellander_chromium
2013/08/05 11:24:03
We wanted to get this up to begin with and add mor
|
| + # Just a dummy test that always passes for now. More to be added when ready. |
| + Apk('simple'), |
| +] |