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

Side by Side Diff: third_party/dart-pkg/README.md

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Dart Package Dependencies
2
3 ## Dependening on a new Dart package
4
5 1. Edit `DEPS` and add your package revision to `vars`
6 2. Edit `DEPS` and add your package to `deps` checking out to `/third_party/dart -pkg/package`
7 3. Edit `/third_party/dart-pkg/BUILD.gn` and add a `dart_pkg` rule for the packa ge.
8
9 ## Updating the version of an existing Dart package
10
11 1. Edit `DEPS` and update the package revision in `vars`
12 2. Edit any related `pubspec.yaml` files and adjust version constraints accordin gly
zra 2015/09/16 16:03:53 Yah, I think this could use a little fleshing out.
OLDNEW
« mojo/public/tools/git/dart_pub_get.py ('K') | « third_party/dart-pkg/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698