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

Unified Diff: projects.py

Issue 20099005: Add telemetry_unittests to win_rel and mac_rel. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/commit-queue.git@master
Patch Set: Created 7 years, 5 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 2204246dbeef4513631aa2d25aa577fe8c52e9d8..737ba928eab50c56bc5da569a553780a712dc6fd 100644
--- a/projects.py
+++ b/projects.py
@@ -374,6 +374,7 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try):
'nacl_integration',
'remoting_unittests',
'sync_integration_tests',
+ 'telemetry_unittests',
],
'win': ['compile'],
'win7_aura': aura_tests + [
@@ -391,6 +392,7 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try):
'nacl_integration',
'remoting_unittests',
'sync_integration_tests',
+ 'telemetry_unittests',
],
'win_x64_rel': [
'compile',
« 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