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

Unified Diff: pubspec.yaml

Issue 2183603003: Working compiler in browser. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Undid unnecessary changes Created 4 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 side-by-side diff with in-line comments
Download patch
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 8200acffec0f5a0d23106ba1ca9e4e9c941bf194..d975dac3446607596fa43dd22501dc55a1c90a74 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -11,6 +11,7 @@ dependencies:
analyzer: ^0.27.4-alpha.12
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
@@ -29,6 +30,10 @@ dev_dependencies:
unittest: ^0.11.6
webdriver: ^1.1.0
+dependency_overrides:
+ analyzer:
+ path: /usr/local/google/home/priscillalee/dart-sdk/sdk/pkg/analyzer/
Jennifer Messerly 2016/07/27 21:38:33 probably want to revert this before checking in. W
Jacob 2016/07/27 21:39:50 I think it is released! https://pub.dartlang.org/p
+
environment:
sdk: ">=1.12.0 <2.0.0"
« no previous file with comments | « pubspec.lock ('k') | tool/sdk_expected_errors.txt » ('j') | tool/sdk_expected_errors.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698