Chromium Code Reviews| Index: scripts/master/factory/chromium_factory.py |
| =================================================================== |
| --- scripts/master/factory/chromium_factory.py (revision 233959) |
| +++ scripts/master/factory/chromium_factory.py (working copy) |
| @@ -482,6 +482,10 @@ |
| f.AddGTestTestStep('compositor_unittests', fp) |
| if R('compositor_br'): |
| f.AddBuildrunnerGTest('compositor_unittests', fp) |
| + if R('events') or R('events_unittests'): |
|
ghost stip (do not use)
2013/11/11 22:45:55
why have both of these? let's just stick with 'eve
sadrul
2013/11/12 05:04:48
Done.
|
| + f.AddGTestTestStep('events_unittests', fp) |
| + if R('events_br'): |
| + f.AddBuildrunnerGTest('events_unittests', fp) |
| # Medium-sized tests (unit and browser): |
| if R('unit'): |