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

Unified Diff: google_apis/gcm/gcm_unit_tests.isolate

Issue 1205423003: Convert gcm_unit_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@8_sql_unittests
Patch Set: Fix path typo 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 | « google_apis/gcm/gcm.gyp ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/gcm_unit_tests.isolate
diff --git a/ipc/ipc_tests.isolate b/google_apis/gcm/gcm_unit_tests.isolate
similarity index 68%
copy from ipc/ipc_tests.isolate
copy to google_apis/gcm/gcm_unit_tests.isolate
index ce9d3d678b4955e74d7e1f0b3b15285d722ab973..cf5b3026680c0c020cc6437a91bc5547d220393c 100644
--- a/ipc/ipc_tests.isolate
+++ b/google_apis/gcm/gcm_unit_tests.isolate
@@ -6,8 +6,8 @@
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'command': [
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/ipc_tests<(EXECUTABLE_SUFFIX)',
+ '../../testing/test_env.py',
+ '<(PRODUCT_DIR)/gcm_unit_tests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -15,13 +15,13 @@
'--tsan=<(tsan)',
],
'files': [
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/ipc_tests<(EXECUTABLE_SUFFIX)',
+ '../../testing/test_env.py',
+ '<(PRODUCT_DIR)/gcm_unit_tests<(EXECUTABLE_SUFFIX)',
],
},
}],
],
'includes': [
- '../base/base.isolate',
+ '../../base/base.isolate',
],
}
« no previous file with comments | « google_apis/gcm/gcm.gyp ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698