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

Unified Diff: pkg/dartino_compiler/lib/vm_command_reader.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/zone_helper.dart ('k') | pkg/dartino_compiler/lib/vm_commands.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dartino_compiler/lib/vm_command_reader.dart
diff --git a/pkg/fletchc/lib/vm_command_reader.dart b/pkg/dartino_compiler/lib/vm_command_reader.dart
similarity index 98%
rename from pkg/fletchc/lib/vm_command_reader.dart
rename to pkg/dartino_compiler/lib/vm_command_reader.dart
index 79081f8f2ddc156a2ed6665929909fbf21c553d7..38a8f5b62ad856bd1a32521cedf143928a8d3095 100644
--- a/pkg/fletchc/lib/vm_command_reader.dart
+++ b/pkg/dartino_compiler/lib/vm_command_reader.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-part of fletch.vm_session;
+part of dartino.vm_session;
class SessionCommandTransformerBuilder
extends CommandTransformerBuilder<VmCommand> {
« no previous file with comments | « pkg/dartino_compiler/lib/src/zone_helper.dart ('k') | pkg/dartino_compiler/lib/vm_commands.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698