Build and archive the new chromedriver (and unittests) on the bots.

Also, switch chromedriver2 to a loadable_module, since we never intend to
link against it, just dlopen it.
NOTRY=true
BUG=none


Review URL: https://chromiumcodereview.appspot.com/11366163

git-svn-id: http://src.chromium.org/svn/trunk/src/build@166919 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
kkania@chromium.org 2012-11-09 17:05:55 +00:00
Родитель f3439ce0be
Коммит 110b9ca298
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -192,6 +192,7 @@
'dependencies': [ 'dependencies': [
'../cc/cc_tests.gyp:cc_unittests', '../cc/cc_tests.gyp:cc_unittests',
'../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:browser_tests',
'../chrome/chrome.gyp:chromedriver2_unittests',
'../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:interactive_ui_tests',
'../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:safe_browsing_tests',
'../chrome/chrome.gyp:sync_integration_tests', '../chrome/chrome.gyp:sync_integration_tests',
@ -308,6 +309,7 @@
'type': 'none', 'type': 'none',
'dependencies': [ 'dependencies': [
'../chrome/chrome.gyp:chromedriver', '../chrome/chrome.gyp:chromedriver',
'../chrome/chrome.gyp:chromedriver2',
# Dependencies of pyauto_functional tests. # Dependencies of pyauto_functional tests.
'../remoting/remoting.gyp:remoting_webapp', '../remoting/remoting.gyp:remoting_webapp',
], ],
@ -602,6 +604,7 @@
'type': 'none', 'type': 'none',
'dependencies': [ 'dependencies': [
'../chrome/chrome.gyp:chromedriver', '../chrome/chrome.gyp:chromedriver',
'../chrome/chrome.gyp:chromedriver2',
'../chrome/chrome.gyp:crash_service', '../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:crash_service_win64', '../chrome/chrome.gyp:crash_service_win64',
'../chrome/chrome.gyp:performance_ui_tests', '../chrome/chrome.gyp:performance_ui_tests',