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

Unified Diff: base/base_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: base/base_unittests.isolate
diff --git a/base/base_unittests.isolate b/base/base_unittests.isolate
index cfc0e946f51a9c3a060c4e75a2d70ffa44cce74a..852997b106e45fa6b9892f4de0cca362ff1be7f2 100644
--- a/base/base_unittests.isolate
+++ b/base/base_unittests.isolate
@@ -16,7 +16,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)/base_unittests<(EXECUTABLE_SUFFIX)',
],
'isolate_dependency_tracked': [
@@ -29,8 +29,8 @@
'variables': {
'isolate_dependency_tracked': [
'../testing/test_env.py',
- '../tools/swarming_client/run_isolated.py',
- '../tools/swarming_client/googletest/run_test_cases.py',
+ '../tools/swarm_client/run_isolated.py',
+ '../tools/swarm_client/googletest/run_test_cases.py',
'<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
],
},
@@ -39,7 +39,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)/base_unittests<(EXECUTABLE_SUFFIX)',
],
},
« no previous file with comments | « DEPS ('k') | build/android/pylib/gtest/setup.py » ('j') | chrome/interactive_ui_tests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698