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

Unified Diff: pkg/compiler/pubspec.yaml

Issue 1318043005: Support user generated custom native JS classes. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: PTAL Created 5 years, 2 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 ad922d26923ab75d5f4c59ef14f9920725a721ad..6bd1d139a3003e4b021ddc79a820e55e41c5ba23 100644
--- a/pkg/compiler/pubspec.yaml
+++ b/pkg/compiler/pubspec.yaml
@@ -4,6 +4,8 @@ name: compiler
#version: do-not-upload
dependencies:
package_config: ^0.1.1
+ js:
+ path: ../js
js_ast:
path: ../js_ast
js_runtime:
@@ -12,7 +14,6 @@ dependencies:
path: ../../sdk/lib/_internal/sdk_library_metadata
dart2js_info: ^0.0.2
-
# Uncomment if running gclient, so you can depend directly on the downloaded
# versions of dart2js's transitive dependencies:
#
« no previous file with comments | « pkg/compiler/lib/src/types/types.dart ('k') | pkg/js/AUTHORS » ('j') | pkg/js/lib/js.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698