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

Unified Diff: pkg/compiler/pubspec.yaml

Issue 1288593002: dart2js: add function coverage tracking in dart2js output, dumpinfo, and (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
Index: pkg/compiler/pubspec.yaml
diff --git a/pkg/compiler/pubspec.yaml b/pkg/compiler/pubspec.yaml
index 2dd6a58e1355dfe0fcd3829e1bd0577203fedeb0..e806b264b70480e752e5ae4ff9d181037b5d96d0 100644
--- a/pkg/compiler/pubspec.yaml
+++ b/pkg/compiler/pubspec.yaml
@@ -11,6 +11,9 @@ dependencies:
sdk_library_metadata:
path: ../../sdk/lib/_internal/sdk_library_metadata
dev_dependencies:
+ path: ^1.3.6
+ args: ^0.13.2
+ shelf: ^0.6.1+2
yaml: ^2.1.3
# Uncomment if running gclient, so you can depend directly on the downloaded
@@ -25,5 +28,13 @@ dev_dependencies:
# path: ../../third_party/pkg/charcode
# collection:
# path: ../../third_party/pkg/collection
+# crypto:
+# path: ../../third_party/pkg/crypto
+# http_parser:
+# path: ../../third_party/pkg/http_parser
+# args:
+# path: ../../third_party/pkg/args
+# shelf:
+# path: ../../third_party/pkg/shelf
# yaml:
# path: ../../third_party/pkg/yaml

Powered by Google App Engine
This is Rietveld 408576698