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

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

Issue 2756593004: Start unraveling circularities between analyzer and front_end/kernel. (Closed)
Patch Set: Created 3 years, 9 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/scanner_roundtrip_test.dart ('k') | pkg/front_end/tool/fasta_perf.dart » ('j') | 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 7cd60233db0b4fac4c1f6aaa7ba9b2b2405f1d38..62b57ca5c4a50d683192d2cbdd14f29c0e7cd3fa 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -44,13 +44,10 @@ final subpackageRules = {
]),
'lib/src/fasta/analyzer':
new SubpackageRules(mayImportAnalyzer: true, allowedDependencies: [
- 'lib/src/scanner',
'lib/src/fasta',
'lib/src/fasta/builder',
'lib/src/fasta/dill',
'lib/src/fasta/kernel',
- 'lib/src/fasta/parser',
- 'lib/src/fasta/scanner',
'lib/src/fasta/source',
]),
'lib/src/fasta/builder': new SubpackageRules(allowedDependencies: [
« no previous file with comments | « pkg/front_end/test/scanner_roundtrip_test.dart ('k') | pkg/front_end/tool/fasta_perf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698