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

Unified Diff: pkg/front_end/tool/_fasta/generate_dart_libraries.dart

Issue 2832353002: Add support for building patched_sdk and platform.dill for dart2js: (Closed)
Patch Set: fix .gn circularity by removing use of rebase_path 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/lib/src/fasta/translate_uri.dart ('k') | pkg/front_end/tool/fasta_perf.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/tool/_fasta/generate_dart_libraries.dart
diff --git a/pkg/front_end/tool/_fasta/generate_dart_libraries.dart b/pkg/front_end/tool/_fasta/generate_dart_libraries.dart
index 24ad73f1fede022e7f3aaeefff0627e030ed4c04..007a9f0c43b9636654284b6ba6a6f25fdccaf3c0 100644
--- a/pkg/front_end/tool/_fasta/generate_dart_libraries.dart
+++ b/pkg/front_end/tool/_fasta/generate_dart_libraries.dart
@@ -7,8 +7,6 @@ import 'package:sdk_library_metadata/libraries.dart'
void main(_) {
libraries.forEach((String name, LibraryInfo info) {
- if (info.isVmLibrary) {
- print('"$name": sdk.resolve("lib/${info.path}"),');
- }
+ print('"$name": sdk.resolve("lib/${info.path}"),');
});
}
« no previous file with comments | « pkg/front_end/lib/src/fasta/translate_uri.dart ('k') | pkg/front_end/tool/fasta_perf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698