diff options
author | chrisgao@chromium.org <chrisgao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-14 20:33:35 +0000 |
---|---|---|
committer | chrisgao@chromium.org <chrisgao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-14 20:33:35 +0000 |
commit | e9ff6dcc6c272658ae71aa377db19effe53ecb46 (patch) | |
tree | 862ff896fa1cdfa6b55e7ef487ba179e693522f4 /build/all.gyp | |
parent | 1d72d36f6cfcd4bbb8ae1bfa9bdd6f669354168a (diff) | |
download | chromium_src-e9ff6dcc6c272658ae71aa377db19effe53ecb46.zip chromium_src-e9ff6dcc6c272658ae71aa377db19effe53ecb46.tar.gz chromium_src-e9ff6dcc6c272658ae71aa377db19effe53ecb46.tar.bz2 |
Build chromedriver2 library on the chromedriver waterfall.
It is needed by the python integration tests
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14657024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200058 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-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 6bb4077..94a1169 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -429,6 +429,7 @@ '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', |