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

Side by Side Diff: pubspec.lock

Issue 2234343003: fix #620, infer the input files from sources (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: fix Created 4 years, 4 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
OLDNEW
1 # Generated by pub 1 # Generated by pub
2 # See http://pub.dartlang.org/doc/glossary.html#lockfile 2 # See http://pub.dartlang.org/doc/glossary.html#lockfile
3 packages: 3 packages:
4 analyzer: 4 analyzer:
5 description: 5 description:
6 name: analyzer 6 name: analyzer
7 url: "https://pub.dartlang.org" 7 url: "https://pub.dartlang.org"
8 source: hosted 8 source: hosted
9 version: "0.27.5-alpha.0" 9 version: "0.27.5-alpha.0"
10 args: 10 args:
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 name: which 312 name: which
313 url: "https://pub.dartlang.org" 313 url: "https://pub.dartlang.org"
314 source: hosted 314 source: hosted
315 version: "0.1.3" 315 version: "0.1.3"
316 yaml: 316 yaml:
317 description: 317 description:
318 name: yaml 318 name: yaml
319 url: "https://pub.dartlang.org" 319 url: "https://pub.dartlang.org"
320 source: hosted 320 source: hosted
321 version: "2.1.10" 321 version: "2.1.10"
322 sdk: ">=1.17.0-dev.6.2 <2.0.0" 322 sdks:
323 dart: ">=1.17.0-dev.6.2 <2.0.0"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698