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

Unified Diff: testing/legion/examples/events/task.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/task.isolate
diff --git a/testing/legion/examples/http_example/http_server.isolate b/testing/legion/examples/events/task.isolate
similarity index 93%
copy from testing/legion/examples/http_example/http_server.isolate
copy to testing/legion/examples/events/task.isolate
index 0fc32302eedc4d4d1fe0c4242b540a93cd15115e..ce205e3efeec919319cff6426415f9d7de572414 100644
--- a/testing/legion/examples/http_example/http_server.isolate
+++ b/testing/legion/examples/events/task.isolate
@@ -12,7 +12,7 @@
'../../../legion/run_task.py',
],
'files': [
- 'http_server.py',
+ 'task.py',
],
},
}

Powered by Google App Engine
This is Rietveld 408576698