Chromium Code Reviews| Index: projects.py |
| =================================================================== |
| --- projects.py (revision 236606) |
| +++ projects.py (working copy) |
| @@ -309,6 +309,7 @@ |
| 'compositor_unittests', |
| 'content_browsertests', |
| 'content_unittests', |
| + 'events_unittests', |
| 'interactive_ui_tests', |
| 'unit_tests', |
| ] |
| @@ -346,6 +347,7 @@ |
| 'components_unittests', |
| 'dbus_unittests', |
| 'device_unittests', |
| + 'events_unittests', |
| 'google_apis_unittests', |
| 'sandbox_linux_unittests', |
| ], |
| @@ -384,6 +386,7 @@ |
| 'chromedriver2_unittests', |
| 'components_unittests', |
| 'compositor_unittests', |
| + 'events_unittests', |
|
ghost stip (do not use)
2013/11/22 23:12:02
I don't see these on all the windows bots, only on
sadrul
2013/11/22 23:13:07
Indeed. I added these for win-rel bots at: https:/
|
| 'installer_util_unittests', |
| 'mini_installer_test', |
| # http://crbug.com/319558 |