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

Unified Diff: pkg/front_end/test/subpackage_relationships_test.dart

Issue 2990323002: Move byte_store.dart and file_byte_store.dart to their own subdirectory. (Closed)
Patch Set: Created 3 years, 4 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/front_end/test/src/incremental/test_all.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/subpackage_relationships_test.dart
diff --git a/pkg/front_end/test/subpackage_relationships_test.dart b/pkg/front_end/test/subpackage_relationships_test.dart
index abd8e2aa62e2178db6e5631ad346c542c72bc506..c78dd82147da583d4252e5c4ea156b98707d10b6 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -41,8 +41,8 @@ final subpackageRules = {
'lib': new SubpackageRules(allowedDependencies: [
'lib/src',
'lib/src/base',
+ 'lib/src/byte_store',
'lib/src/fasta',
- 'lib/src/incremental',
]),
'lib/src': new SubpackageRules(allowedDependencies: [
'lib',
@@ -56,10 +56,11 @@ final subpackageRules = {
'lib/src/base': new SubpackageRules(allowedDependencies: [
'lib',
'lib/src',
+ 'lib/src/byte_store',
'lib/src/fasta',
'lib/src/fasta/util',
- 'lib/src/incremental'
]),
+ 'lib/src/byte_store': new SubpackageRules(allowedDependencies: []),
Siggi Cherem (dart-lang) 2017/08/07 17:44:05 let's add a comment here to say that this folder s
Paul Berry 2017/08/07 17:48:03 Done.
ahe 2017/08/08 14:00:00 But that's not what Paul said was the intent of th
'lib/src/codegen': new SubpackageRules(),
'lib/src/fasta': new SubpackageRules(allowedDependencies: [
'lib',
@@ -140,6 +141,7 @@ final subpackageRules = {
'lib',
'lib/src',
'lib/src/base',
+ 'lib/src/byte_store',
'lib/src/fasta',
'lib/src/fasta/dill',
'lib/src/fasta/kernel',
« no previous file with comments | « pkg/front_end/test/src/incremental/test_all.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698