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

Unified Diff: pkg/async_helper/dartino.patch

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address 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
« no previous file with comments | « pkg/async_helper/README-fletch.md ('k') | pkg/async_helper/fletch.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/async_helper/dartino.patch
diff --git a/pkg/async_helper/fletch.patch b/pkg/async_helper/dartino.patch
similarity index 98%
rename from pkg/async_helper/fletch.patch
rename to pkg/async_helper/dartino.patch
index 9d3694ae7793b3deecd224baafbe792a2b5e8efe..99dfbf137760f7dfad80446ed44420ed81cc07ce 100644
--- a/pkg/async_helper/fletch.patch
+++ b/pkg/async_helper/dartino.patch
@@ -7,7 +7,7 @@ index 37496bc..1b8acf4 100644
// It would be nice if we could use a different mechanism for different
// runtimes.
-import 'dart:isolate';
-+import 'dart:fletch';
++import 'dart:dartino';
bool _initialized = false;
-ReceivePort _port = null;
« no previous file with comments | « pkg/async_helper/README-fletch.md ('k') | pkg/async_helper/fletch.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698