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

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

Issue 2865253003: (Reland) Start using FileState/FileSystemState to provide consistent view. (Closed)
Patch Set: New changes. 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
« no previous file with comments | « pkg/front_end/test/incremental_kernel_generator_test.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 c458c20efd553d01784b55fb19842fc90b4b3402..60d0d4b706924a0080b740f2b033aa5063a736bd 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -37,6 +37,7 @@ final subpackageRules = {
"lib/src/fasta/dill",
"lib/src/fasta/kernel",
'lib/src/fasta/source',
+ 'lib/src/incremental',
]),
'lib/src/base': new SubpackageRules(
mayImportAnalyzer: true, allowedDependencies: ['lib', "lib/src/fasta"]),
@@ -112,6 +113,12 @@ final subpackageRules = {
'lib/src/fasta',
]),
'lib/src/fasta/util': new SubpackageRules(),
+ 'lib/src/incremental': new SubpackageRules(allowedDependencies: [
+ 'lib',
+ 'lib/src/fasta',
+ 'lib/src/fasta/parser',
+ 'lib/src/fasta/source',
+ ]),
'lib/src/scanner': new SubpackageRules(allowedDependencies: [
'lib/src/base',
// For error codes.
« no previous file with comments | « pkg/front_end/test/incremental_kernel_generator_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698