Add telemetry_perf_unittests and flesh out telemetry_unittests.

BUG=156398

Review URL: https://codereview.chromium.org/140583004

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/commit-queue@246794 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/projects.py b/projects.py
index 49cbdee..8ca0b72 100644
--- a/projects.py
+++ b/projects.py
@@ -363,6 +363,8 @@
         'remoting_unittests',
         'sandbox_linux_unittests',
         'sync_integration_tests',
+        'telemetry_perf_unittests',
+        'telemetry_unittests',
       ],
       'mac': ['compile'],
       'mac_rel': standard_tests + [
@@ -375,6 +377,7 @@
         'nacl_integration',
         'remoting_unittests',
         'sync_integration_tests',
+        'telemetry_perf_unittests',
         'telemetry_unittests',
       ],
       'win': ['compile'],
@@ -394,6 +397,7 @@
         'nacl_integration',
         'remoting_unittests',
         'sync_integration_tests',
+        'telemetry_perf_unittests',
         'telemetry_unittests',
         'views_unittests',
       ],