Chromium Code Reviews| Index: build/masters/master.chromium.linux/master_gatekeeper_cfg.py |
| =================================================================== |
| --- build/masters/master.chromium.linux/master_gatekeeper_cfg.py (revision 170588) |
| +++ build/masters/master.chromium.linux/master_gatekeeper_cfg.py (working copy) |
| @@ -13,12 +13,15 @@ |
| categories_steps = { |
| '': ['update'], |
| 'testers': [ |
| + 'ash_unittests', |
|
M-A Ruel
2012/12/04 18:36:43
I don't see this test being run at all on
http://b
|
| + 'aura_unittests', |
| 'base_unittests', |
| 'browser_tests', |
| 'cacheinvalidation_unittests', |
| 'cc_unittests', |
| 'chrome_frame_net_tests', |
| 'chromedriver2_unittests', |
| + 'compositor_unittests', |
| 'content_browsertests', |
| 'content_unittests', |
| 'courgette_unittests', |
| @@ -47,6 +50,7 @@ |
| 'sync_integration_tests', |
| 'test_shell_tests', |
| 'unit_tests', |
| + 'views_unittests', |
| 'webkit_compositor_bindings_unittests', |
| #'webkit_tests', |
| ], |