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

Unified Diff: pkg/htmlescape/pubspec.yaml

Issue 10919147: Move dart:web to pkg:htmlescape. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « pkg/htmlescape/htmlescape.dart ('k') | pkg/intl/intl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/htmlescape/pubspec.yaml
diff --git a/pkg/htmlescape/pubspec.yaml b/pkg/htmlescape/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4ab6dc46f3e56d5e62a96485e13450b6a0f5f4eb
--- /dev/null
+++ b/pkg/htmlescape/pubspec.yaml
@@ -0,0 +1,8 @@
+name: htmlescape
+description: >
+ Simple HTML utility for escapeing a String.
+
+
+dependencies:
+ unittest:
+ sdk: unittest
« no previous file with comments | « pkg/htmlescape/htmlescape.dart ('k') | pkg/intl/intl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698