Chromium Code Reviews| Index: masters/master.chromium.lkgr/lkgr_finder.py |
| diff --git a/masters/master.chromium.lkgr/lkgr_finder.py b/masters/master.chromium.lkgr/lkgr_finder.py |
| index 296ad868f09cdca339dc14cedad401583601ef47..0f585d465448f910f1d82949691ce2f531d4db9e 100755 |
| --- a/masters/master.chromium.lkgr/lkgr_finder.py |
| +++ b/masters/master.chromium.lkgr/lkgr_finder.py |
| @@ -89,6 +89,7 @@ LKGR_STEPS = { |
| 'cc_unittests', |
| 'check_deps', |
| 'chromedriver2_unittests', |
| + 'components_unittests', |
|
iannucci
2013/01/16 19:25:36
You only want this if the test is running in chrom
kaiwang
2013/01/16 19:49:15
Yes, components_unittests will be running on win
|
| 'content_unittests', |
| 'courgette_unittests', |
| 'crypto_unittests', |
| @@ -174,6 +175,7 @@ LKGR_STEPS = { |
| ], |
| 'Mac 10.6 Tests (dbg)(4)': [ |
| 'browser_tests', |
| + 'components_unittests', |
|
iannucci
2013/01/16 19:25:36
You only want this if the test is running in chrom
kaiwang
2013/01/16 19:49:15
Same on mac
|
| 'content_unittests', |
| 'ipc_tests', |
| 'sql_unittests', |
| @@ -214,6 +216,7 @@ LKGR_STEPS = { |
| 'cacheinvalidation_unittests', |
| 'cc_unittests', |
| 'chromedriver2_unittests', |
| + 'components_unittests', |
| 'content_unittests', |
| 'googleurl_unittests', |
| 'interactive_ui_tests', |