Skip to content

Commit

Permalink
Update changelog for GN change
Browse files Browse the repository at this point in the history
R=asiva@google.com

Review-Url: https://codereview.chromium.org/2638383005 .
  • Loading branch information
zanderso committed Jan 20, 2017
1 parent fba8298 commit 6242998
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@
* Make `pub run` run executables in spawned isolates. This lets them handle
signals and use standard IO reliably.

### Infrastructure changes

* The SDK now uses GN rather than gyp to generate its build files, which will
now be exclusively ninja flavored. Documentation can be found on our
[wiki](https://github.com/dart-lang/sdk/wiki/Building-with-GN). Also see the
help message of `tools/gn.py`. This change is in response to the deprecation
of gyp. Build file generation with gyp will continue to be available in this
release by setting the environment variable `DART_USE_GYP` before running
`gclient sync` or `gclient runhooks`, but this will be removed in a future
release.

## 1.21.0 - 2016-12-07

### Language
Expand Down

0 comments on commit 6242998

Please sign in to comment.