Index: projects.py |
diff --git a/projects.py b/projects.py |
index 49cbdeee419463a1aef3d82c18a703e2adac13c3..8ca0b7224de40665de3a35a08e7c23e405dc4f40 100644 |
--- a/projects.py |
+++ b/projects.py |
@@ -363,6 +363,8 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try): |
'remoting_unittests', |
'sandbox_linux_unittests', |
'sync_integration_tests', |
+ 'telemetry_perf_unittests', |
+ 'telemetry_unittests', |
], |
'mac': ['compile'], |
'mac_rel': standard_tests + [ |
@@ -375,6 +377,7 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try): |
'nacl_integration', |
'remoting_unittests', |
'sync_integration_tests', |
+ 'telemetry_perf_unittests', |
'telemetry_unittests', |
], |
'win': ['compile'], |
@@ -394,6 +397,7 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try): |
'nacl_integration', |
'remoting_unittests', |
'sync_integration_tests', |
+ 'telemetry_perf_unittests', |
'telemetry_unittests', |
'views_unittests', |
], |