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

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

Issue 2742333005: Move some of analyzer's code generation utilities into front_end. (Closed)
Patch Set: Created 3 years, 9 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/codegen/tools.dart ('k') | no next file » | 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 629e37ef20ca7bd12dc8de2b1c1482a6e560fa15..7cd60233db0b4fac4c1f6aaa7ba9b2b2405f1d38 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -31,6 +31,7 @@ final subpackageRules = {
allowedDependencies: ['lib', 'lib/src/base', 'lib/src/scanner']),
'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/builder',
« no previous file with comments | « pkg/front_end/lib/src/codegen/tools.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698