diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 07:57:19 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 07:57:19 +0000 |
commit | e385ec6ce973b7b07339b9e7fb5c0f60f20618a9 (patch) | |
tree | 09bc339da1e470e6c9c433fa54aa7320bd88b3ac /build | |
parent | 299425b2fb4357b4a5952818842d9f6934307c74 (diff) | |
download | chromium_src-e385ec6ce973b7b07339b9e7fb5c0f60f20618a9.zip chromium_src-e385ec6ce973b7b07339b9e7fb5c0f60f20618a9.tar.gz chromium_src-e385ec6ce973b7b07339b9e7fb5c0f60f20618a9.tar.bz2 |
Add chromedriver to windows official build target.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6594068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index aef3bae..3ea4654 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -426,6 +426,7 @@ 'type': 'none', 'dependencies': [ '../chrome/app/locales/locales.gyp:*', + '../chrome/chrome.gyp:chromedriver', '../chrome/chrome.gyp:crash_service', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:policy_templates', |