diff options
author | chrisgao@chromium.org <chrisgao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-02 22:36:53 +0000 |
---|---|---|
committer | chrisgao@chromium.org <chrisgao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-02 22:36:53 +0000 |
commit | e94084164d5e3fe3e74f74d8a01de2f2bfc6fdeb (patch) | |
tree | 26d2d73169ea4991823facda777c19eda844f533 /build | |
parent | a5ff518d83644c33fd26c44b724b36d065fbb402 (diff) | |
download | chromium_src-e94084164d5e3fe3e74f74d8a01de2f2bfc6fdeb.zip chromium_src-e94084164d5e3fe3e74f74d8a01de2f2bfc6fdeb.tar.gz chromium_src-e94084164d5e3fe3e74f74d8a01de2f2bfc6fdeb.tar.bz2 |
[chromedriver] Remove dll build target.
Remove files once used to build chromedriver dll.
Remove CommandExecutor and CommandNames.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/18419003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209801 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 5215226..9104e5f 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -453,7 +453,6 @@ 'target_name': 'chromium_builder_chromedriver', 'type': 'none', 'dependencies': [ - '../chrome/chrome.gyp:chromedriver2', '../chrome/chrome.gyp:chromedriver2_server', '../chrome/chrome.gyp:chromedriver2_tests', '../chrome/chrome.gyp:chromedriver2_unittests', |