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

Unified Diff: content/content_unittests.isolate

Issue 22978003: Revert r217535 "Move swarm_client to swarming_client." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
Index: content/content_unittests.isolate
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate
index 87b03196fb8e02ea04d388e9fa4a9581fb3ab6fb..94e386312311ee87c45177ab1617d34d87c65b2a 100644
--- a/content/content_unittests.isolate
+++ b/content/content_unittests.isolate
@@ -24,7 +24,7 @@
'command': [
'../testing/xvfb.py',
'<(PRODUCT_DIR)',
- '../tools/swarming_client/googletest/run_test_cases.py',
+ '../tools/swarm_client/googletest/run_test_cases.py',
'<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
],
'isolate_dependency_tracked': [
@@ -53,7 +53,7 @@
'variables': {
'command': [
'../testing/test_env.py',
- '../tools/swarming_client/googletest/run_test_cases.py',
+ '../tools/swarm_client/googletest/run_test_cases.py',
'<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
],
},

Powered by Google App Engine
This is Rietveld 408576698