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

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

Issue 2723113002: Consolidate analyzer dependencies. (Closed)
Patch Set: 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
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',
ahe 2017/03/01 16:07:00 I'll try getting rid of this at a later time.
]),
'lib/src/fasta/util': new SubpackageRules(),
'lib/src/scanner': new SubpackageRules(allowedDependencies: [

Powered by Google App Engine
This is Rietveld 408576698