Chromium Code Reviews

Unified Diff: sdk/lib/_internal/compiler/implementation/apiimpl.dart

Issue 666843004: Revert "dart2js: add --preserve-uris flag." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/implementation/compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/compiler/implementation/apiimpl.dart
diff --git a/sdk/lib/_internal/compiler/implementation/apiimpl.dart b/sdk/lib/_internal/compiler/implementation/apiimpl.dart
index 5670d49a41a7433583ff7d4d4d0e36ddd6e43acf..27672ab2bf90b978d90251a238c2b62f17fd3b5a 100644
--- a/sdk/lib/_internal/compiler/implementation/apiimpl.dart
+++ b/sdk/lib/_internal/compiler/implementation/apiimpl.dart
@@ -45,7 +45,6 @@ class Compiler extends leg.Compiler {
trustTypeAnnotations:
hasOption(options, '--trust-type-annotations'),
enableMinification: hasOption(options, '--minify'),
- preserveUris: hasOption(options, '--preserve-uris'),
enableNativeLiveTypeAnalysis:
!hasOption(options, '--disable-native-live-type-analysis'),
emitJavaScript: !(hasOption(options, '--output-type=dart') ||
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/implementation/compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine