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

Unified Diff: pkg/dartino_compiler/lib/incremental/diff.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
Index: pkg/dartino_compiler/lib/incremental/diff.dart
diff --git a/pkg/fletchc/lib/incremental/diff.dart b/pkg/dartino_compiler/lib/incremental/diff.dart
similarity index 98%
rename from pkg/fletchc/lib/incremental/diff.dart
rename to pkg/dartino_compiler/lib/incremental/diff.dart
index a2161d6687b49714ce89079376497d65807e8a45..787dff573a8944a55643c27ad5dcb9bb67fb8194 100644
--- a/pkg/fletchc/lib/incremental/diff.dart
+++ b/pkg/dartino_compiler/lib/incremental/diff.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 file.
-library fletchc.incremental.diff;
+library dartino_compiler.incremental.diff;
import 'package:compiler/src/elements/elements.dart' show
AbstractFieldElement,
@@ -32,7 +32,7 @@ import 'package:compiler/src/parser/partial_elements.dart' show
PartialClassElement,
PartialElement;
-import 'fletchc_incremental.dart' show
+import 'dartino_compiler_incremental.dart' show
IncrementalCompilationFailed;
class Difference {
« no previous file with comments | « pkg/dartino_compiler/lib/incremental/dartino_reuser.dart ('k') | pkg/dartino_compiler/lib/incremental/reuser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698