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

Unified Diff: tools/dart2js/sourceMapViewer/pubspec.yaml

Issue 280513002: Add tool for viewing source maps. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments. Created 6 years, 7 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: tools/dart2js/sourceMapViewer/pubspec.yaml
diff --git a/tools/dart2js/sourceMapViewer/pubspec.yaml b/tools/dart2js/sourceMapViewer/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4ab317d60010a4e1d971a5c9cd956b6e7986563c
--- /dev/null
+++ b/tools/dart2js/sourceMapViewer/pubspec.yaml
@@ -0,0 +1,7 @@
+name: Display
+description: A sample web application
+dependencies:
+ browser: any
+ http_server: any
+ route: any
+ source_maps: any

Powered by Google App Engine
This is Rietveld 408576698