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

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

Issue 2723113002: Consolidate analyzer dependencies. (Closed)
Patch Set: Remove new dependency on AsyncMarker. Created 3 years, 10 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/lib/src/fasta/util/link_implementation.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 0cc4c268705cabc9d04930f14a8fadeeee28a8cd..3386150e1ad14f8a47838b4595c9df9a7faf4471 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -32,7 +32,7 @@ final subpackageRules = {
'lib/src/base': new SubpackageRules(
mayImportAnalyzer: true, allowedDependencies: ['lib']),
'lib/src/fasta':
- new SubpackageRules(mayImportAnalyzer: true, allowedDependencies: [
+ new SubpackageRules(mayImportAnalyzer: false, allowedDependencies: [
'lib/src/fasta/builder',
'lib/src/fasta/dill',
'lib/src/fasta/kernel',
@@ -89,7 +89,6 @@ final subpackageRules = {
]),
'lib/src/fasta/source': new SubpackageRules(allowedDependencies: [
'lib/src/fasta',
- 'lib/src/fasta/analyzer',
'lib/src/fasta/builder',
'lib/src/fasta/dill',
'lib/src/fasta/kernel',
@@ -102,6 +101,7 @@ final subpackageRules = {
'lib/src/fasta',
'lib/src/fasta/dill',
'lib/src/fasta/kernel',
+ 'lib/src/fasta/analyzer',
]),
'lib/src/fasta/util': new SubpackageRules(),
'lib/src/scanner': new SubpackageRules(allowedDependencies: [
« no previous file with comments | « pkg/front_end/lib/src/fasta/util/link_implementation.dart ('k') | pkg/front_end/tool/fasta_perf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698