Chromium Code Reviews| Index: projects.py |
| diff --git a/projects.py b/projects.py |
| index 0e4f62ae13de530ca5d144f0ec49917ae3d2a92d..70b5fdb794474bb4c5d6ff8f787415ad2ecaf792 100644 |
| --- a/projects.py |
| +++ b/projects.py |
| @@ -346,12 +346,14 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try): |
| 'components_unittests', |
| 'dbus_unittests', |
| 'device_unittests', |
| + 'google_apis_unittests', |
| 'sandbox_linux_unittests', |
| ], |
| 'linux_rel': standard_tests + [ |
| 'cc_unittests', |
| 'chromedriver2_unittests', |
| 'components_unittests', |
| + 'google_apis_unittests', |
| 'nacl_integration', |
| 'remoting_unittests', |
| 'sandbox_linux_unittests', |
| @@ -382,6 +384,7 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try): |
| 'chromedriver2_unittests', |
| 'components_unittests', |
| 'compositor_unittests', |
| + 'google_apis_unittests', |
|
ghost stip (do not use)
2013/11/14 02:20:13
looks like google_apis_unittests isn't on the wind
tfarina
2013/11/14 02:26:22
Done.
|
| 'installer_util_unittests', |
| 'mini_installer_test', |
| 'nacl_integration', |