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

Unified Diff: pkg/polymer/lib/deploy.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/deploy.dart
diff --git a/pkg/polymer/lib/deploy.dart b/pkg/polymer/lib/deploy.dart
index d3e41a2bde0fbe1b0411f862767ec642aa424119..2a4cfb7590a856aa043729c6427f20fae496a643 100644
--- a/pkg/polymer/lib/deploy.dart
+++ b/pkg/polymer/lib/deploy.dart
@@ -117,9 +117,8 @@ ArgResults _parseArgs(arguments) {
'leaves "packages/browser/dart.js" to do the replacement at runtime.',
defaultsTo: true)
..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('csp', help:
'replaces *.dart with *.dart.precompiled.js to comply with \n'

Powered by Google App Engine
This is Rietveld 408576698