Chromium Code Reviews| Index: scripts/slave/recipe_modules/webrtc/api.py |
| diff --git a/scripts/slave/recipe_modules/webrtc/api.py b/scripts/slave/recipe_modules/webrtc/api.py |
| index 99d3b6c7c84bb934840ae23356895ee3983017c1..e71550624aeaf92e6529335152dd87ae062de08e 100644 |
| --- a/scripts/slave/recipe_modules/webrtc/api.py |
| +++ b/scripts/slave/recipe_modules/webrtc/api.py |
| @@ -29,6 +29,7 @@ class WebRTCApi(recipe_api.RecipeApi): |
| 'peerconnection_unittests', |
| 'rtc_media_unittests', |
| 'rtc_pc_unittests', |
| + 'rtc_stats_unittests', |
| 'rtc_unittests', |
| 'system_wrappers_unittests', |
| 'test_support_unittests', |
| @@ -46,6 +47,7 @@ class WebRTCApi(recipe_api.RecipeApi): |
| 'modules_tests', |
| 'modules_unittests', |
| 'peerconnection_unittests', |
| + 'rtc_stats_unittests', |
|
hbos_chromium
2016/09/14 13:35:41
Hmm... We added the "//testing/android/native_test
kjellander_chromium
2016/09/15 08:13:38
This has nothing to do with GYP/GN. It's just a li
|
| 'rtc_unittests', |
| 'system_wrappers_unittests', |
| 'test_support_unittests', |