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

Unified Diff: pkg/front_end/lib/src/incremental/file_byte_store.dart

Issue 2869803004: Move [file_]byte_store.dart into pkg/front_end/test/src/incremental/. (Closed)
Patch Set: Created 3 years, 7 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/front_end/lib/src/incremental/file_byte_store.dart
diff --git a/pkg/analyzer/lib/src/dart/analysis/file_byte_store.dart b/pkg/front_end/lib/src/incremental/file_byte_store.dart
similarity index 98%
rename from pkg/analyzer/lib/src/dart/analysis/file_byte_store.dart
rename to pkg/front_end/lib/src/incremental/file_byte_store.dart
index 5b79b503bf684d411c490ba3029fb352d6e6f348..083b6768c01b875ae70dbb0ec24d90900e01b851 100644
--- a/pkg/analyzer/lib/src/dart/analysis/file_byte_store.dart
+++ b/pkg/front_end/lib/src/incremental/file_byte_store.dart
@@ -6,7 +6,7 @@ import 'dart:async';
import 'dart:io';
import 'dart:isolate';
-import 'package:analyzer/src/dart/analysis/byte_store.dart';
+import 'package:front_end/src/incremental/byte_store.dart';
import 'package:path/path.dart';
/**
« no previous file with comments | « pkg/front_end/lib/src/incremental/byte_store.dart ('k') | pkg/front_end/lib/src/incremental_resolved_ast_generator_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698