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

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

Issue 2953703002: Tweak public APIs and use them in patch_sdk, dart2js, and kernel-service (Closed)
Patch Set: Created 3 years, 6 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 43a664c5c55506536ae2c0f616d19c02a19b0164..c4fe739400f9f433982c5215a69280d7701bb05c 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -41,10 +41,7 @@ final subpackageRules = {
'lib': new SubpackageRules(allowedDependencies: [
'lib/src',
'lib/src/base',
- 'lib/src/fasta',
- 'lib/src/fasta/dill',
- 'lib/src/fasta/kernel',
- 'lib/src/incremental'
+ 'lib/src/incremental',
]),
'lib/src': new SubpackageRules(allowedDependencies: [
'lib',
@@ -64,6 +61,7 @@ final subpackageRules = {
'lib/src/codegen': new SubpackageRules(),
'lib/src/fasta': new SubpackageRules(allowedDependencies: [
'lib',
+ 'lib/src',
'lib/src/fasta/builder',
'lib/src/fasta/dill',
'lib/src/fasta/kernel',
@@ -122,6 +120,7 @@ final subpackageRules = {
'lib/src/scanner',
]),
'lib/src/fasta/testing': new SubpackageRules(allowedDependencies: [
+ 'lib',
'lib/src/fasta',
'lib/src/base',
'lib/src/fasta/kernel',
@@ -153,6 +152,7 @@ final subpackageRules = {
]),
'lib/src/testing': new SubpackageRules(allowedDependencies: [
'lib',
+ 'lib/src/fasta/testing',
]),
};

Powered by Google App Engine
This is Rietveld 408576698