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

Unified Diff: pkg/dartino_compiler/lib/incremental/reuser.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/reuser.dart
diff --git a/pkg/fletchc/lib/incremental/reuser.dart b/pkg/dartino_compiler/lib/incremental/reuser.dart
similarity index 99%
rename from pkg/fletchc/lib/incremental/reuser.dart
rename to pkg/dartino_compiler/lib/incremental/reuser.dart
index 776c6fca1847725e57757a9d36e48fce4d357c1d..2c8fb11e8b3f4f0a60c879624621096d0417257a 100644
--- a/pkg/fletchc/lib/incremental/reuser.dart
+++ b/pkg/dartino_compiler/lib/incremental/reuser.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.reuser;
+library dartino_compiler_incremental.reuser;
import 'dart:async' show
Future;
@@ -87,7 +87,7 @@ import 'diff.dart' show
Difference,
computeDifference;
-import 'fletchc_incremental.dart' show
+import 'dartino_compiler_incremental.dart' show
IncrementalCompilationFailed;
typedef void Logger(message);
« no previous file with comments | « pkg/dartino_compiler/lib/incremental/diff.dart ('k') | pkg/dartino_compiler/lib/incremental/scope_information_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698