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

Unified Diff: build/all.gyp

Issue 15149002: Move ChromeDriver targets out of chromium_builder_qa to their own target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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 | no next file » | 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 fd366977b7b5e66443b5e907d417c18d4f660c3f..daf6646f15b60af0f141d54d1555c31ba104ccc9 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -370,11 +370,6 @@
'target_name': 'chromium_builder_qa',
'type': 'none',
'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',
],
@@ -423,6 +418,15 @@
'../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
],
}, # target_name: chromium_builder_webrtc
+ {
+ 'target_name': 'chromium_builder_chromedriver',
+ 'type': 'none',
+ 'dependencies': [
+ '../chrome/chrome.gyp:chromedriver2_server',
+ '../chrome/chrome.gyp:chromedriver2_tests',
+ '../chrome/chrome.gyp:chromedriver2_unittests',
+ ],
+ }, # target_name: chromium_builder_chromedriver
], # targets
}],
['OS=="mac"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698