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

Unified Diff: pkg/dev_compiler/pubspec.yaml

Issue 2371113004: Use .packages instead of pubspec.yaml (Closed)
Patch Set: Fix gclient sync, update expectations Created 4 years, 3 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/dev_compiler/pubspec.yaml
diff --git a/pkg/dev_compiler/pubspec.yaml b/pkg/dev_compiler/pubspec.yaml
index 7abbb62b044b3e88cf1c4c123c2a7966649558b6..fef313456d08c5cb3b02a3a9e3e62de6ee924809 100644
--- a/pkg/dev_compiler/pubspec.yaml
+++ b/pkg/dev_compiler/pubspec.yaml
@@ -7,34 +7,5 @@ description: >
author: Dart Dev Compiler team <dev-compiler@dartlang.org>
homepage: https://github.com/dart-lang/dev_compiler
Bob Nystrom 2016/09/28 16:02:47 It would be good to leave a comment here explainin
vsm 2016/09/28 16:10:03 Note - per kevmoo's suggestion, I was able to dele
-dependencies:
- analyzer: ^0.29.0-alpha.0
- args: ^0.13.0
- bazel_worker: ^0.1.0
- browser: ^0.10.0
- cli_util: ^0.0.1
- func: ^0.1.0
- html: ^0.12.0
- js: ^0.6.0
- meta: ^1.0.3
- path: ^1.3.0
- pub_semver: ^1.1.0
- source_maps: ^0.10.0
- source_span: ^1.0.2
-
-dev_dependencies:
- # We pin a specific version to ensure everyone is formatting the code exactly
- # the same way. This is because any change in dart_style, even non-breaking
- # changes, may change the output format.
- dart_style: 0.2.4
- test: ^0.12.0
- unittest: ^0.11.6
- webdriver: ^1.1.0
-
-dependency_overrides:
- # Depend directly on packages in the same repositiory
- analyzer: { path: ../analyzer }
- meta: { path: ../meta }
-
environment:
sdk: ">=1.12.0 <2.0.0"

Powered by Google App Engine
This is Rietveld 408576698