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

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

Issue 2797133008: merge fasta.Keyword into analyzer.Keyword (Closed)
Patch Set: rebase 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/test/scanner_fasta_test.dart ('k') | pkg/front_end/test/token_test.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 991de1232a66b8d1576085f9c78544b1113a8c96..bd67d7869c18540cbe923dde1494df321fd6149b 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -41,6 +41,7 @@ final subpackageRules = {
'lib/src/fasta/scanner',
'lib/src/fasta/testing',
'lib/src/fasta/util',
+ 'lib/src/scanner',
]),
'lib/src/fasta/analyzer':
new SubpackageRules(mayImportAnalyzer: true, allowedDependencies: [
@@ -73,6 +74,7 @@ final subpackageRules = {
'lib/src/fasta',
'lib/src/fasta/scanner',
'lib/src/fasta/util',
+ 'lib/src/scanner',
]),
'lib/src/fasta/scanner': new SubpackageRules(allowedDependencies: [
'lib/src/fasta',
« no previous file with comments | « pkg/front_end/test/scanner_fasta_test.dart ('k') | pkg/front_end/test/token_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698