Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2709)

Unified Diff: build/all.gyp

Issue 11896023: Remove ChromeDriver2 from the official builder and archive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/tools/build/linux/TESTS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index bf788631dc6b0bcdc2a03f9b83ea1466a8122eaa..79c24e27a3dd0156ad07c449295e9d8ce573dee1 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -314,6 +314,9 @@
'dependencies': [
'../chrome/chrome.gyp:chromedriver',
'../chrome/chrome.gyp:chromedriver2',
+ '../chrome/chrome.gyp:chromedriver2_server',
+ '../chrome/chrome.gyp:chromedriver2_tests',
+ '../chrome/chrome.gyp:chromedriver2_unittests',
# Dependencies of pyauto_functional tests.
'../remoting/remoting.gyp:remoting_webapp',
],
@@ -612,7 +615,6 @@
'type': 'none',
'dependencies': [
'../chrome/chrome.gyp:chromedriver',
- '../chrome/chrome.gyp:chromedriver2',
'../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:crash_service_win64',
'../chrome/chrome.gyp:performance_ui_tests',
« no previous file with comments | « no previous file | chrome/tools/build/linux/TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698