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

Unified Diff: tool/build_sdk.dart

Issue 1982853002: Allow the SDK to be set via a summary file (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Address comments Created 4 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
« no previous file with comments | « test/codegen_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/build_sdk.dart
diff --git a/tool/build_sdk.dart b/tool/build_sdk.dart
index e2b581035c26b7d7569e85ddcd14fe20428c6776..439d318cbb0bfee4ae8839998cf05e368f21b276 100644
--- a/tool/build_sdk.dart
+++ b/tool/build_sdk.dart
@@ -13,12 +13,7 @@ import 'package:args/command_runner.dart' show CommandRunner;
import 'package:dev_compiler/src/compiler/command.dart';
main(List<String> arguments) {
- var args = [
- 'compile',
- '--unsafe-force-compile',
- '--no-source-map',
- '--no-summarize'
- ];
+ var args = ['compile', '--unsafe-force-compile', '--no-source-map'];
args.addAll(arguments);
args.addAll([
'dart:_runtime',
« no previous file with comments | « test/codegen_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698