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

Unified Diff: tools/servicec/lib/src/plugins/dart.dart

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 | « tools/run_fletch_agent ('k') | tools/servicec/lib/src/plugins/java.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/servicec/lib/src/plugins/dart.dart
diff --git a/tools/servicec/lib/src/plugins/dart.dart b/tools/servicec/lib/src/plugins/dart.dart
index 2102bda729103941f632a81236d410e4eb21f5e4..28c3cb549a8946086b411e790cec7d6666168fb4 100644
--- a/tools/servicec/lib/src/plugins/dart.dart
+++ b/tools/servicec/lib/src/plugins/dart.dart
@@ -91,9 +91,9 @@ class _DartVisitor extends CodeGenerationVisitor {
writeln('library $libraryName;');
writeln();
- writeln('import "dart:fletch";');
- writeln('import "dart:fletch.ffi";');
- writeln('import "dart:fletch.service" as service;');
+ writeln('import "dart:dartino";');
+ writeln('import "dart:dartino.ffi";');
+ writeln('import "dart:dartino.service" as service;');
if (node.structs.isNotEmpty) {
writeln('import "struct.dart";');
}
« no previous file with comments | « tools/run_fletch_agent ('k') | tools/servicec/lib/src/plugins/java.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698