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

Unified Diff: projects.py

Issue 140583004: Add telemetry_perf_unittests and flesh out telemetry_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/commit-queue.git@master
Patch Set: Created 6 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698