| Index: projects.py
|
| ===================================================================
|
| --- projects.py (revision 241605)
|
| +++ projects.py (working copy)
|
| @@ -354,7 +354,7 @@
|
| ],
|
| 'linux_rel': standard_tests + [
|
| 'cc_unittests',
|
| - 'chromedriver2_unittests',
|
| + 'chromedriver_unittests',
|
| 'components_unittests',
|
| 'google_apis_unittests',
|
| 'nacl_integration',
|
| @@ -366,7 +366,7 @@
|
| 'mac_rel': standard_tests + [
|
| 'app_list_unittests',
|
| 'cc_unittests',
|
| - 'chromedriver2_unittests',
|
| + 'chromedriver_unittests',
|
| 'components_unittests',
|
| 'google_apis_unittests',
|
| 'message_center_unittests',
|
| @@ -382,7 +382,7 @@
|
| 'aura_unittests',
|
| 'cc_unittests',
|
| 'chrome_elf_unittests',
|
| - 'chromedriver2_unittests',
|
| + 'chromedriver_unittests',
|
| 'components_unittests',
|
| 'compositor_unittests',
|
| 'events_unittests',
|
|
|