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

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

Issue 2869563002: Initial version of Fasta based IncrementalKernelGenerator. (Closed)
Patch Set: Add mock SDK. Created 3 years, 7 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 bc2615eba55b91bf276a09da40ee90fd23e15781..060e1a425f14b6fcea5c40e51fe65aa4a5091cf0 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -34,10 +34,12 @@ final subpackageRules = {
'lib',
'lib/src/base',
'lib/src/fasta',
+ "lib/src/fasta/dill",
+ "lib/src/fasta/kernel",
'lib/src/fasta/source',
]),
'lib/src/base': new SubpackageRules(
- mayImportAnalyzer: true, allowedDependencies: ['lib']),
+ mayImportAnalyzer: true, allowedDependencies: ['lib', "lib/src/fasta"]),
'lib/src/codegen': new SubpackageRules(),
'lib/src/fasta': new SubpackageRules(allowedDependencies: [
'lib',

Powered by Google App Engine
This is Rietveld 408576698