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

Unified Diff: CHANGELOG.md

Issue 2638383005: Update changelog for GN change (Closed)
Patch Set: Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32e757d90318db27bb6570ad4434b33a821e7f35..b59769d32455c12691d59eca5a517bf821264727 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698