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

Side by Side Diff: pubspec.yaml

Issue 954773003: rename package:ddc to package:dev_compiler (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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/src/testing.dart ('k') | test/checker/checker_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: ddc 1 name: dev_compiler
2 description: Dart dev checker / compiler 2 description: Dart dev checker / compiler
3 dependencies: 3 dependencies:
4 analyzer: 4 analyzer:
5 git: 5 git:
6 url: git@github.com:dart-lang/ddc_analyzer.git 6 url: git@github.com:dart-lang/ddc_analyzer.git
7 ref: master 7 ref: master
8 args: ^0.12.1 8 args: ^0.12.1
9 cli_util: ^0.0.1 9 cli_util: ^0.0.1
10 dart_style: 10 dart_style:
11 git: 11 git:
(...skipping 10 matching lines...) Expand all
22 pub_semver: ^1.1.0 22 pub_semver: ^1.1.0
23 dependency_overrides: 23 dependency_overrides:
24 analyzer: 24 analyzer:
25 git: 25 git:
26 url: git@github.com:dart-lang/ddc_analyzer.git 26 url: git@github.com:dart-lang/ddc_analyzer.git
27 ref: master 27 ref: master
28 executables: 28 executables:
29 # Similar to "analyzer.dart" and its command line "dartanalyzer", we use 29 # Similar to "analyzer.dart" and its command line "dartanalyzer", we use
30 # "dartdevc" and "devc.dart" 30 # "dartdevc" and "devc.dart"
31 dartdevc: devc 31 dartdevc: devc
OLDNEW
« no previous file with comments | « lib/src/testing.dart ('k') | test/checker/checker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698