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

Unified Diff: remoting/remoting_unittests.isolate

Issue 1216033005: Convert remoting_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@12_wm_unittests
Patch Set: Rebase Created 5 years, 6 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 | « remoting/remoting_test.gypi ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_unittests.isolate
diff --git a/printing/printing_unittests.isolate b/remoting/remoting_unittests.isolate
similarity index 67%
copy from printing/printing_unittests.isolate
copy to remoting/remoting_unittests.isolate
index e0ab01b95f463b36772121c9ee877c44026676b2..ed6fca8e444fa00e78c05b3b0a0cd3222f37ccef 100644
--- a/printing/printing_unittests.isolate
+++ b/remoting/remoting_unittests.isolate
@@ -7,7 +7,7 @@
'variables': {
'command': [
'../testing/test_env.py',
- '<(PRODUCT_DIR)/printing_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/remoting_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -15,8 +15,11 @@
'--tsan=<(tsan)',
],
'files': [
+ '../net/data/ssl/certificates/ok_cert.pem',
+ '../net/data/ssl/certificates/unittest.key.bin',
+ '../net/data/ssl/certificates/unittest.selfsigned.der',
'../testing/test_env.py',
- '<(PRODUCT_DIR)/printing_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/remoting_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
« no previous file with comments | « remoting/remoting_test.gypi ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698