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

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

Issue 2894273002: Revert "First step for modular output in fasta." (Closed)
Patch Set: Created 3 years, 7 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 488ba68821981c23b48ce7fc0dac3cef2e5e6973..5171b135e04ff31a7887d3d23362e5cffd2101ba 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -40,12 +40,9 @@ final subpackageRules = {
'lib/src/fasta/source',
'lib/src/incremental',
]),
- 'lib/src/base': new SubpackageRules(allowedDependencies: [
- 'lib',
- 'lib/src',
- 'lib/src/fasta',
- 'lib/src/incremental'
- ]),
+ 'lib/src/base': new SubpackageRules(
+ mayImportAnalyzer: true,
+ allowedDependencies: ['lib', "lib/src/fasta", 'lib/src/incremental']),
'lib/src/codegen': new SubpackageRules(),
'lib/src/fasta': new SubpackageRules(allowedDependencies: [
'lib',
« no previous file with comments | « pkg/front_end/test/src/base/processed_options_test.dart ('k') | pkg/front_end/testcases/shaker/classes_in_signatures.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698