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

Unified Diff: tools/dart2js/sourceMapViewer/README.TXT

Issue 318053002: Update SourceMapViewer to work on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments Created 6 years, 6 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 | « no previous file | tools/dart2js/sourceMapViewer/bin/source_map_viewer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dart2js/sourceMapViewer/README.TXT
diff --git a/tools/dart2js/sourceMapViewer/README.TXT b/tools/dart2js/sourceMapViewer/README.TXT
index aa8cab51799f8404eef90b3e083e9abae02a4c36..cd84fbb1d57c916ca41faddb5b96706e1d79e051 100644
--- a/tools/dart2js/sourceMapViewer/README.TXT
+++ b/tools/dart2js/sourceMapViewer/README.TXT
@@ -1,7 +1,9 @@
-This program serves a visualization of a JavaScript source map file generated
+This program serves a visualization of a JavaScript source map file generated
by dart2js or pub.
-Usage: dart bin/source_map_viewer.dart <path to map file>.
+Run 'pub build' to build the application.
+
+Usage: dart --package-root=packages/ bin/source_map_viewer.dart <path to map file>.
The default system browser is started and pointed to the viewer if available.
« no previous file with comments | « no previous file | tools/dart2js/sourceMapViewer/bin/source_map_viewer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698