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

Unified Diff: pkg/docgen/test/simple/pubspec.yaml

Issue 16948010: added Command Line Arguments, support for directories, hiding private data, not parsing the SDK, rem (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
Index: pkg/docgen/test/simple/pubspec.yaml
diff --git a/pkg/docgen/test/simple/pubspec.yaml b/pkg/docgen/test/simple/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..1d7fdbdfb529a2bfb5ab3e7e00a2b66576caf43b
--- /dev/null
+++ b/pkg/docgen/test/simple/pubspec.yaml
@@ -0,0 +1,7 @@
+name: simple
+description: A sample command-line application
+dependencies:
+ args: any
+
+#dependencies:
+# unittest: any

Powered by Google App Engine
This is Rietveld 408576698