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

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

Issue 2834543002: Remove use of package:analyzer in dependency_grapher (Closed)
Patch Set: cl comments 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/lib/src/fasta/source/directive_listener.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 968aa2418af69c9d3bd7ac153e8f8ee067fb3e80..05209e87c28bc36954de416acb9f2c35fd6ba1b6 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -26,9 +26,12 @@ final subpackageRules = {
'lib': new SubpackageRules(
mayImportAnalyzer: true,
allowedDependencies: ['lib/src', 'lib/src/base']),
- 'lib/src': new SubpackageRules(
- mayImportAnalyzer: true,
- allowedDependencies: ['lib', 'lib/src/base', 'lib/src/scanner']),
+ 'lib/src': new SubpackageRules(mayImportAnalyzer: true, allowedDependencies: [
+ 'lib',
+ 'lib/src/base',
+ 'lib/src/fasta',
+ 'lib/src/fasta/source',
+ ]),
'lib/src/base': new SubpackageRules(
mayImportAnalyzer: true, allowedDependencies: ['lib']),
'lib/src/codegen': new SubpackageRules(),
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/directive_listener.dart ('k') | pkg/front_end/tool/fasta_perf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698