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

Unified Diff: testing/legion/examples/events/controller.isolate

Issue 1585373003: Adding a cross-task eventing server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing reviewer comments Created 4 years, 11 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/events/controller.isolate
diff --git a/testing/legion/examples/http_example/http_test.isolate b/testing/legion/examples/events/controller.isolate
similarity index 87%
copy from testing/legion/examples/http_example/http_test.isolate
copy to testing/legion/examples/events/controller.isolate
index 605551bf0740989d6b2d51ab5be8aa386bc6a52b..331058c71fbf134c0775ddf4296f3bd1059b368f 100644
--- a/testing/legion/examples/http_example/http_test.isolate
+++ b/testing/legion/examples/events/controller.isolate
@@ -9,10 +9,10 @@
'variables': {
'command': [
'python',
- 'http_test.py',
+ 'controller.py',
],
'files': [
- 'http_test.py',
+ 'controller.py',
],
},
}
« no previous file with comments | « no previous file | testing/legion/examples/events/controller.py » ('j') | testing/legion/examples/events/controller.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698