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

Unified Diff: pkg/polymer/lib/component_build.dart

Issue 24149003: Port of github.com/polymer/polymer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 7 years, 3 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/polymer/lib/boot.js ('k') | pkg/polymer/lib/deserialize.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/component_build.dart
diff --git a/pkg/polymer/lib/component_build.dart b/pkg/polymer/lib/component_build.dart
index 6a923f0a15cdd147ffc5499d3d00ecb1639e5b55..cdd08201c3a12204124d6fc1e029032026a60c5a 100644
--- a/pkg/polymer/lib/component_build.dart
+++ b/pkg/polymer/lib/component_build.dart
@@ -6,6 +6,7 @@
@deprecated
library build_utils;
+import 'dart:async';
import 'package:meta/meta.dart';
import 'builder.dart' as builder;
@@ -18,5 +19,5 @@ import 'builder.dart' as builder;
Future build(List<String> arguments, List<String> entryPoints,
{bool printTime: true, bool shouldPrint: true}) {
return builder.build(
- entryPoints: entryPoints, options: parseOptions(arguments));
+ entryPoints: entryPoints, options: builder.parseOptions(arguments));
}
« no previous file with comments | « pkg/polymer/lib/boot.js ('k') | pkg/polymer/lib/deserialize.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698