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

Unified Diff: chrome/chrome_tests.gypi

Issue 1222713003: Convert chromedriver_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: Fix copyright Created 5 years, 5 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/chromedriver_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 2b3983cbf3abfe695ca52868ebd311039ec4d42b..b6832fce97dbd05a7973aed990dabd0cdf4b82ff 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3130,6 +3130,26 @@
],
},
{
+ 'target_name': 'chromedriver_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'chromedriver_unittests',
+ ],
+ 'conditions': [
+ ['use_x11 == 1', {
+ 'dependencies': [
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
+ ],
+ }],
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'chromedriver_unittests.isolate',
+ ],
+ },
+ {
'target_name': 'interactive_ui_tests_run',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | chrome/chromedriver_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698