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

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

Issue 2722223006: Move all main methods to tool/. (Closed)
Patch Set: Update tools/patch_sdk.dart. 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
« no previous file with comments | « pkg/front_end/test/fasta/testing.json ('k') | pkg/front_end/tool/fasta/analyzer_compile.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 3386150e1ad14f8a47838b4595c9df9a7faf4471..ba82d6b3b23b280301db3e48aeab80c2d2815afa 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -52,9 +52,6 @@ final subpackageRules = {
'lib/src/fasta/scanner',
'lib/src/fasta/source',
]),
- 'lib/src/fasta/bin': new SubpackageRules(allowedDependencies: [
- 'lib/src/fasta',
- ]),
'lib/src/fasta/builder': new SubpackageRules(allowedDependencies: [
'lib/src/fasta',
'lib/src/fasta/dill',
@@ -102,6 +99,7 @@ final subpackageRules = {
'lib/src/fasta/dill',
'lib/src/fasta/kernel',
'lib/src/fasta/analyzer',
+ 'lib/src/fasta/scanner',
]),
'lib/src/fasta/util': new SubpackageRules(),
'lib/src/scanner': new SubpackageRules(allowedDependencies: [
« no previous file with comments | « pkg/front_end/test/fasta/testing.json ('k') | pkg/front_end/tool/fasta/analyzer_compile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698