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

Unified Diff: samples/polymer_intl/build.dart

Issue 105073003: Adds a sample for polymer internationalization/localization (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changes from review Created 7 years 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 | « samples/polymer_intl/README.md ('k') | samples/polymer_intl/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/polymer_intl/build.dart
diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/build.dart b/samples/polymer_intl/build.dart
similarity index 67%
copy from editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/build.dart
copy to samples/polymer_intl/build.dart
index a86b6c84f5db9b546b1b75273abbfd3f7fa6f902..59167f5502e4b14d5b623144b5d0fdf6d1d3f3f4 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/build.dart
+++ b/samples/polymer_intl/build.dart
@@ -1,6 +1,6 @@
import 'package:polymer/builder.dart';
main(args) {
- build(entryPoints: ['web/{name.lower}.html'],
+ build(entryPoints: ['web/polymer_intl.html'],
options: parseOptions(args));
}
« no previous file with comments | « samples/polymer_intl/README.md ('k') | samples/polymer_intl/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698