Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: projects.py

Issue 108443003: Drop '2' from chromedriver2_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/chromium.12208028.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | tests/chromium.12208028.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698