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

Unified Diff: pkg/compiler/pubspec.yaml

Issue 1212513002: sdk files reorganization to make dart2js a proper package (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: renamed Created 5 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/compiler/pubspec.yaml
diff --git a/pkg/compiler/pubspec.yaml b/pkg/compiler/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..a078492d4d624078f56b8cce72b951a486d64487
--- /dev/null
+++ b/pkg/compiler/pubspec.yaml
@@ -0,0 +1,23 @@
+# This pubspec is currently mainly used to make it easier to develop on dart2js
+# by making it a standalone package.
+name: compiler
+#version: do-not-upload
+dependencies:
+ package_config: ^0.0.4
+ js_ast:
+ path: ../js_ast
+ js_runtime:
+ path: ../../sdk/lib/_internal/js_runtime
+ sdk_library_metadata:
+ path: ../../sdk/lib/_internal/sdk_library_metadata
+
+# Uncomment if running gclient, so you can depend directly on the downloaded
+# versions of dart2js's transitive dependencies:
+#
+# dependency_overrides:
+# package_config:
+# path: ../../third_party/pkg/package_config
+# path:
+# path: ../../third_party/pkg/path
+# charcode:
+# path: ../../third_party/pkg/charcode

Powered by Google App Engine
This is Rietveld 408576698