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

Unified Diff: testing/legion/examples/subprocess/client.isolate

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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: testing/legion/examples/subprocess/client.isolate
diff --git a/testing/legion/examples/subprocess/task.isolate b/testing/legion/examples/subprocess/client.isolate
similarity index 85%
rename from testing/legion/examples/subprocess/task.isolate
rename to testing/legion/examples/subprocess/client.isolate
index 534275dfed90d4ebe1a35db490a0df7cc3bf8798..611562c9630f11b3a47dd08ac2136d66b231d991 100644
--- a/testing/legion/examples/subprocess/task.isolate
+++ b/testing/legion/examples/subprocess/client.isolate
@@ -11,10 +11,10 @@
'variables': {
'command': [
'python',
- '../../run_task.py',
+ '../../client_controller.py',
],
'files': [
- 'task.isolate'
+ 'client.isolate'
],
},
}],
« no previous file with comments | « testing/legion/examples/hello_world/task_test.py ('k') | testing/legion/examples/subprocess/subprocess_test.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698