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

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

Issue 2828583003: remove dependencies to analyzer from lib/src/fasta (Closed)
Patch Set: rebase Created 3 years, 8 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/fasta/testing/suite.dart ('k') | pkg/front_end/tool/_fasta/analyzer_compile.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 a53042592525c32ee221a42094ac44e77f508d58..791a3e6af9936d212c2e41b77a25290fdae509d7 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -35,8 +35,7 @@ final subpackageRules = {
'lib/src/base': new SubpackageRules(
mayImportAnalyzer: true, allowedDependencies: ['lib']),
'lib/src/codegen': new SubpackageRules(),
- 'lib/src/fasta':
- new SubpackageRules(mayImportAnalyzer: false, allowedDependencies: [
+ 'lib/src/fasta': new SubpackageRules(allowedDependencies: [
'lib/src/fasta/builder',
'lib/src/fasta/dill',
'lib/src/fasta/kernel',
@@ -46,14 +45,6 @@ final subpackageRules = {
'lib/src/fasta/util',
'lib/src/scanner',
]),
- 'lib/src/fasta/analyzer':
- new SubpackageRules(mayImportAnalyzer: true, allowedDependencies: [
- 'lib/src/fasta',
- 'lib/src/fasta/builder',
- 'lib/src/fasta/dill',
- 'lib/src/fasta/kernel',
- 'lib/src/fasta/source',
- ]),
'lib/src/fasta/builder': new SubpackageRules(allowedDependencies: [
'lib/src/fasta',
'lib/src/fasta/parser',
@@ -99,13 +90,10 @@ final subpackageRules = {
'lib/src/fasta/type_inference',
'lib/src/fasta/util',
]),
- 'lib/src/fasta/testing':
- new SubpackageRules(mayImportAnalyzer: true, allowedDependencies: [
+ 'lib/src/fasta/testing': new SubpackageRules(allowedDependencies: [
'lib/src/fasta',
'lib/src/base',
- 'lib/src/fasta/dill',
'lib/src/fasta/kernel',
- 'lib/src/fasta/analyzer',
'lib/src/fasta/scanner',
]),
'lib/src/fasta/type_inference': new SubpackageRules(allowedDependencies: [
« no previous file with comments | « pkg/front_end/test/fasta/testing/suite.dart ('k') | pkg/front_end/tool/_fasta/analyzer_compile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698