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

Unified Diff: build.dart

Issue 55143003: webui fixes for 0.8.9 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 2 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: build.dart
diff --git a/build.dart b/build.dart
index 7201edf37eb97a4ecce7bf57e81006a46c4eb9c7..5392a58784d5da7a7487f4077e7799d6b609eb61 100755
--- a/build.dart
+++ b/build.dart
@@ -6,10 +6,9 @@
/** Build logic that lets the Dart editor build examples in the background. */
library build;
import 'package:web_ui/component_build.dart';
-import 'dart:io';
-void main() {
- build(new Options().arguments, [
+void main(args) {
+ build(args, [
'example/component/news/web/index.html',
'example/explainer/clickcount.html',
'example/explainer/countcomponent.html',
« no previous file with comments | « bin/dwc.dart ('k') | example/explainer/build_examples.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698