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

Unified Diff: pkg/csslib/pubspec.yaml

Issue 23168002: move csslib into dart svn (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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/csslib/lib/visitor.dart ('k') | pkg/csslib/test/compiler_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/csslib/pubspec.yaml
diff --git a/pkg/csslib/pubspec.yaml b/pkg/csslib/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..b82194155ced6e184a2713a5e0e43df83535391a
--- /dev/null
+++ b/pkg/csslib/pubspec.yaml
@@ -0,0 +1,12 @@
+name: csslib
+author: "Web UI Team <web-ui-dev@dartlang.org>"
+description: A library for parsing CSS.
+homepage: https://www.dartlang.org
+dependencies:
+ args: any
+ logging: any
+ path: any
+ source_maps: any
+dev_dependencies:
+ browser: any
+ unittest: any
« no previous file with comments | « pkg/csslib/lib/visitor.dart ('k') | pkg/csslib/test/compiler_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698