| 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',
|
|
|