summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-25 16:01:52 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-25 16:01:52 +0000
commit19720e72464c2981b54ace4000cc4fc05e99f082 (patch)
treed444ba55625f9ae43745e741b7bd5f90d839d604 /build
parent7061f74d55901a430ba1a016c6335b54e0882716 (diff)
downloadchromium_src-19720e72464c2981b54ace4000cc4fc05e99f082.zip
chromium_src-19720e72464c2981b54ace4000cc4fc05e99f082.tar.gz
chromium_src-19720e72464c2981b54ace4000cc4fc05e99f082.tar.bz2
[chromedriver] Rename chromedriver2 target names to remove '2'.
Some test targets are kept because infra needs to be updated. BUG=none R=craigdh@chromium.org Review URL: https://codereview.chromium.org/24162008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225192 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp9
1 files changed, 6 insertions, 3 deletions
diff --git a/build/all.gyp b/build/all.gyp
index b53bfcc..16215a6 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -217,6 +217,9 @@
'dependencies': [
'../cc/cc_tests.gyp:cc_unittests',
'../chrome/chrome.gyp:browser_tests',
+ '../chrome/chrome.gyp:chromedriver_tests',
+ '../chrome/chrome.gyp:chromedriver_unittests',
+ # TODO(kkania): Remove these after infra no longer depends on them.
'../chrome/chrome.gyp:chromedriver2_tests',
'../chrome/chrome.gyp:chromedriver2_unittests',
'../chrome/chrome.gyp:interactive_ui_tests',
@@ -467,9 +470,9 @@
'target_name': 'chromium_builder_chromedriver',
'type': 'none',
'dependencies': [
- '../chrome/chrome.gyp:chromedriver2_server',
- '../chrome/chrome.gyp:chromedriver2_tests',
- '../chrome/chrome.gyp:chromedriver2_unittests',
+ '../chrome/chrome.gyp:chromedriver',
+ '../chrome/chrome.gyp:chromedriver_tests',
+ '../chrome/chrome.gyp:chromedriver_unittests',
],
}, # target_name: chromium_builder_chromedriver
{