Chromium Code Reviews| Index: scripts/tools/lkgr_finder.py |
| =================================================================== |
| --- scripts/tools/lkgr_finder.py (revision 233623) |
| +++ scripts/tools/lkgr_finder.py (working copy) |
| @@ -96,12 +96,15 @@ |
| 'compile', |
| ], |
| 'Win7 Tests (dbg)(1)': [ |
| + 'ash_unittests', |
|
ghost stip (do not use)
2013/11/07 22:14:48
I'm not as familiar with lkgr_finder, so I'd appre
Paweł Hajdan Jr.
2013/11/07 22:22:16
Provided the additions are correct, fine.
One lan
jam
2013/11/08 01:05:27
Good idea, I'll split off the removals into anothe
|
| + 'aura_unittests', |
| 'base_unittests', |
| 'cacheinvalidation_unittests', |
| 'cc_unittests', |
| 'check_deps', |
| 'chromedriver2_unittests', |
| 'components_unittests', |
| + 'compositor_unittests', |
| 'content_unittests', |
| 'courgette_unittests', |
| 'crypto_unittests', |
| @@ -117,6 +120,7 @@ |
| 'ui_unittests', |
| 'unit_tests', |
| 'url_unittests', |
| + 'views_unittests', |
| 'webkit_compositor_bindings_unittests', |
| ], |
| 'Win7 Tests (dbg)(2)': [ |
| @@ -141,26 +145,6 @@ |
| # 'Interactive Tests (dbg)': [ |
|
Paweł Hajdan Jr.
2013/11/07 22:22:16
While you're here, let's also remove this.
jam
2013/11/08 01:05:27
Done.
|
| # 'interactive_ui_tests', |
| # ], |
| - 'Win Aura Builder': [ |
| - 'compile', |
| - ], |
| - 'Win Aura Tests (1)': [ |
| - 'ash_unittests', |
| - 'aura_unittests', |
| - 'browser_tests', |
| - 'content_browsertests', |
| - ], |
| - 'Win Aura Tests (2)': [ |
| - 'browser_tests', |
| - 'compositor_unittests', |
| - 'content_unittests', |
| - 'unit_tests', |
| - 'views_unittests', |
| - ], |
| - 'Win Aura Tests (3)': [ |
| - 'browser_tests', |
| - 'interactive_ui_tests', |
| - ], |
| }, # chromium.win |
| 'chromium.mac': { |
| 'Mac Builder (dbg)': [ |
| @@ -317,7 +301,6 @@ |
| }, |
| 'chromium.win': { |
| 'Win Builder (dbg)': ['compile'], |
| - 'Win Aura Builder': ['compile'], |
| }, |
| 'chromium.webkit': { |
| 'WebKit Win Builder (deps)': ['compile'], |