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

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

Issue 158083002: introduce web_components pkg for consolidated polyfills (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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: pkg/polymer/lib/builder.dart
diff --git a/pkg/polymer/lib/builder.dart b/pkg/polymer/lib/builder.dart
index 26813e71d314e8b175b0c505d45794344a48f9f3..12b8a930b91838b61fdaaf36c1e0d1108143619c 100644
--- a/pkg/polymer/lib/builder.dart
+++ b/pkg/polymer/lib/builder.dart
@@ -237,7 +237,7 @@ class CommandLineOptions {
/**
* Run transformers in release mode. For instance, uses the minified versions
- * of shadow_dom and custom-elements polyfills.
+ * of the web_components polyfill.
*/
final bool releaseMode;
@@ -301,9 +301,8 @@ CommandLineOptions parseOptions([List<String> args]) {
'replaces *.dart with *.dart.precompiled.js to comply with \n'
'Content Security Policy restrictions.')
..addFlag('debug', help:
- 'run in debug mode. For example, use the debug versions of the \n'
- 'polyfills (shadow_dom.debug.js and custom-elements.debug.js) \n'
- 'instead of the minified versions.',
+ 'run in debug mode. For example, use the debug polyfill \n'
+ 'web_components/platform.concat.js instead of the minified one.\n',
defaultsTo: false)
..addFlag('help', abbr: 'h',
negatable: false, help: 'Displays this help and exit.');

Powered by Google App Engine
This is Rietveld 408576698