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

Unified Diff: pkg/dartino_compiler/lib/src/shared_command_infrastructure.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 | « pkg/dartino_compiler/lib/src/please_report_crash.dart ('k') | pkg/dartino_compiler/lib/src/verbs/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dartino_compiler/lib/src/shared_command_infrastructure.dart
diff --git a/pkg/fletchc/lib/src/shared_command_infrastructure.dart b/pkg/dartino_compiler/lib/src/shared_command_infrastructure.dart
similarity index 99%
rename from pkg/fletchc/lib/src/shared_command_infrastructure.dart
rename to pkg/dartino_compiler/lib/src/shared_command_infrastructure.dart
index d9325af3144e68abdef4ad3c3792049ef4b0ea83..e270964e219b73e023097437fd72727ae6bbbef7 100644
--- a/pkg/fletchc/lib/src/shared_command_infrastructure.dart
+++ b/pkg/dartino_compiler/lib/src/shared_command_infrastructure.dart
@@ -14,7 +14,7 @@
/// * Byte offset 0: one byte (code) which corresponds to an enum value.
/// * Byte offset 1: four bytes payload length (unsigned int).
/// * Byte offset 5: payload length bytes of payload.
-library fletchc.src.command_transformer_builder;
+library dartino_compiler.src.command_transformer_builder;
import 'dart:async' show
EventSink,
« no previous file with comments | « pkg/dartino_compiler/lib/src/please_report_crash.dart ('k') | pkg/dartino_compiler/lib/src/verbs/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698