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

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: cl review updates: cleanup in kernel deserialization Created 3 years, 5 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..a1890ebb861f2cbd0134ba7d2a6b9c9adfa7d812 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',
@@ -55,15 +52,13 @@ 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(
+ allowedDependencies: ['lib', 'lib/src/fasta', 'lib/src/incremental']),
'lib/src/codegen': new SubpackageRules(),
'lib/src/fasta': new SubpackageRules(allowedDependencies: [
'lib',
+ 'lib/src',
+ 'lib/src/base',
'lib/src/fasta/builder',
'lib/src/fasta/dill',
'lib/src/fasta/kernel',
@@ -122,6 +117,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 +149,7 @@ final subpackageRules = {
]),
'lib/src/testing': new SubpackageRules(allowedDependencies: [
'lib',
+ 'lib/src/fasta/testing',
]),
};
« no previous file with comments | « pkg/front_end/test/src/incremental/hot_reload_e2e_test.dart ('k') | pkg/front_end/test/summary_generator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698