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

Unified Diff: pkg/polymer/bin/dwc.dart

Issue 23224003: move polymer.dart into dart svn (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add --deploy to todomvc sample Created 7 years, 4 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/README.md ('k') | pkg/polymer/build.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/bin/dwc.dart
diff --git a/pkg/csslib/bin/css.dart b/pkg/polymer/bin/dwc.dart
old mode 100644
new mode 100755
similarity index 77%
copy from pkg/csslib/bin/css.dart
copy to pkg/polymer/bin/dwc.dart
index 08f29304a824d6ca6e65f2c1bd7a9bf277985a04..3d3a0a227477cec71ead167023ee3002e64dc158
--- a/pkg/csslib/bin/css.dart
+++ b/pkg/polymer/bin/dwc.dart
@@ -3,6 +3,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'package:csslib/css.dart' as css;
+import 'package:polymer/dwc.dart' as dwc;
-void main() => css.main();
+void main() => dwc.main();
« no previous file with comments | « pkg/polymer/README.md ('k') | pkg/polymer/build.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698