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

Unified Diff: pkg/dartino_compiler/lib/src/bytecode_assembler.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: 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: pkg/dartino_compiler/lib/src/bytecode_assembler.dart
diff --git a/pkg/fletchc/lib/src/bytecode_assembler.dart b/pkg/dartino_compiler/lib/src/bytecode_assembler.dart
similarity index 99%
rename from pkg/fletchc/lib/src/bytecode_assembler.dart
rename to pkg/dartino_compiler/lib/src/bytecode_assembler.dart
index b800280c58280474441d2694243eb191e6e43287..7473c4231ed339e6593c04f84637daa34ce06cdb 100644
--- a/pkg/fletchc/lib/src/bytecode_assembler.dart
+++ b/pkg/dartino_compiler/lib/src/bytecode_assembler.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.
-library fletchc.bytecode_assembler;
+library dartino_compiler.bytecode_assembler;
import '../bytecodes.dart';

Powered by Google App Engine
This is Rietveld 408576698