Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Unified Diff: scripts/slave/recipe_modules/webrtc/api.py

Issue 2345503002: WebRTC: Add rtc_stats_unittests to the test suite (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698