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

Side by Side Diff: pkg/compiler/pubspec.yaml

Issue 1217353002: Fix pkgbuild tests after adding a pubspec on pkg/compiler (fix #23750) (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | pkg/pkgbuild.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This pubspec is currently mainly used to make it easier to develop on dart2js 1 # This pubspec is currently mainly used to make it easier to develop on dart2js
2 # by making it a standalone package. 2 # by making it a standalone package.
3 name: compiler 3 name: compiler
4 #version: do-not-upload 4 #version: do-not-upload
5 dependencies: 5 dependencies:
6 package_config: ^0.0.4 6 package_config: ^0.1.1
7 js_ast: 7 js_ast:
8 path: ../js_ast 8 path: ../js_ast
9 js_runtime: 9 js_runtime:
10 path: ../../sdk/lib/_internal/js_runtime 10 path: ../../sdk/lib/_internal/js_runtime
11 sdk_library_metadata: 11 sdk_library_metadata:
12 path: ../../sdk/lib/_internal/sdk_library_metadata 12 path: ../../sdk/lib/_internal/sdk_library_metadata
13 13
14 # Uncomment if running gclient, so you can depend directly on the downloaded 14 # Uncomment if running gclient, so you can depend directly on the downloaded
15 # versions of dart2js's transitive dependencies: 15 # versions of dart2js's transitive dependencies:
16 # 16 #
17 # dependency_overrides: 17 # dependency_overrides:
18 # package_config: 18 # package_config:
19 # path: ../../third_party/pkg/package_config 19 # path: ../../third_party/pkg/package_config
20 # path: 20 # path:
21 # path: ../../third_party/pkg/path 21 # path: ../../third_party/pkg/path
22 # charcode: 22 # charcode:
23 # path: ../../third_party/pkg/charcode 23 # path: ../../third_party/pkg/charcode
OLDNEW
« no previous file with comments | « no previous file | pkg/pkgbuild.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698