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

Side by Side Diff: pubspec.yaml

Issue 5885170347409408: Add location information to watchers to make them more debuggable. (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 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 | « lib/watcher.dart ('k') | test/watcher_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: web_ui 1 name: web_ui
2 author: "Web UI Authors <web-ui-dev@dartlang.org>" 2 author: "Web UI Authors <web-ui-dev@dartlang.org>"
3 homepage: https://github.com/dart-lang/web-ui 3 homepage: https://github.com/dart-lang/web-ui
4 description: An easy way to build web apps in Dart. 4 description: An easy way to build web apps in Dart.
5 version: 0.4.14 5 version: 0.4.14
6 dependencies: 6 dependencies:
7 args: ">=0.4.5" 7 args: ">=0.4.5"
8 analyzer_experimental: ">=0.5.12" 8 analyzer_experimental: ">=0.5.12"
9 browser: ">=0.4.5" 9 browser: ">=0.4.5"
10 logging: ">=0.4.5" 10 logging: ">=0.4.5"
11 pathos: ">=0.4.5" 11 pathos: ">=0.4.5"
12 unittest: ">=0.4.5" 12 unittest: ">=0.4.5"
13 # Pin these github packages so we don't get breaks from publishing them: 13 # Pin these github packages so we don't get breaks from publishing them:
14 csslib: ">=0.4.7 <0.4.8" 14 csslib: ">=0.4.7 <0.4.8"
15 html5lib: ">=0.4.3 <0.4.4" 15 html5lib: ">=0.4.3 <0.4.4"
16 source_maps: ">=0.4.5" 16 source_maps: ">=0.4.5"
17 dev_dependencies: 17 dev_dependencies:
18 js: any 18 js: any
19 benchmark_harness: ">=1.0.2 <1.0.3" 19 benchmark_harness: ">=1.0.2 <1.0.3"
20 stack_trace: ">=0.6.3"
20 environment: 21 environment:
21 sdk: ">=0.6.3" 22 sdk: ">=0.6.3"
OLDNEW
« no previous file with comments | « lib/watcher.dart ('k') | test/watcher_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698