| Index: projects.py
|
| diff --git a/projects.py b/projects.py
|
| index 0e4f62ae13de530ca5d144f0ec49917ae3d2a92d..c2b6f4a6c27db65d9297c86d87baa94aee87e10e 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',
|
|
|