| Index: projects.py
|
| diff --git a/projects.py b/projects.py
|
| index 07a9b09c4102b075e78fc0ebc346227957d5ded2..008c81687443e0cbdea54fbce8119415119de397 100644
|
| --- a/projects.py
|
| +++ b/projects.py
|
| @@ -199,10 +199,10 @@ def _gen_blink(user, root_dir, rietveld_obj, no_try):
|
| compile_only = [ 'webkit_lint' ]
|
|
|
| builders_and_tests = {
|
| - 'linux_layout': compile_only,
|
| 'mac_layout': compile_only,
|
| 'win_layout': compile_only,
|
|
|
| + 'linux_blink': blink_tests,
|
| 'linux_blink_rel': blink_tests,
|
| 'mac_blink_rel': blink_tests,
|
| 'win_blink_rel': blink_tests,
|
|
|