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

Unified Diff: pkg/compiler/pubspec.yaml

Issue 1287543002: dart2js: add an example script that shows the distribution of code among (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
« no previous file with comments | « no previous file | pkg/compiler/tool/library_size_split.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/pubspec.yaml
diff --git a/pkg/compiler/pubspec.yaml b/pkg/compiler/pubspec.yaml
index d1f45c5b479f42b6c175fc34a6d2ddb4c5cea82b..2dd6a58e1355dfe0fcd3829e1bd0577203fedeb0 100644
--- a/pkg/compiler/pubspec.yaml
+++ b/pkg/compiler/pubspec.yaml
@@ -10,6 +10,8 @@ dependencies:
path: ../../sdk/lib/_internal/js_runtime
sdk_library_metadata:
path: ../../sdk/lib/_internal/sdk_library_metadata
+dev_dependencies:
+ yaml: ^2.1.3
# Uncomment if running gclient, so you can depend directly on the downloaded
# versions of dart2js's transitive dependencies:
@@ -21,3 +23,7 @@ dependencies:
# path: ../../third_party/pkg/path
# charcode:
# path: ../../third_party/pkg/charcode
+# collection:
+# path: ../../third_party/pkg/collection
+# yaml:
+# path: ../../third_party/pkg/yaml
« no previous file with comments | « no previous file | pkg/compiler/tool/library_size_split.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698