summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoralancutter <alancutter@chromium.org>2016-03-16 23:58:58 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-17 07:00:31 +0000
commitdff8eb21c3e4882bb0c522d83a46bb16d8a2643a (patch)
treecafd6eb238b407729f237b881d4a20eb9c2cf82b /docs
parentcf1a6516c9a3fabd2664b04cda198087aba9fb3c (diff)
downloadchromium_src-dff8eb21c3e4882bb0c522d83a46bb16d8a2643a.zip
chromium_src-dff8eb21c3e4882bb0c522d83a46bb16d8a2643a.tar.gz
chromium_src-dff8eb21c3e4882bb0c522d83a46bb16d8a2643a.tar.bz2
Mention GN in the Linux build instructions documentation
There's no pointers to what GN is or how to set it up from this document despite there being references to using it. This change adds the GN Quick Start Guide to the Advanced Features section. Review URL: https://codereview.chromium.org/1806213002 Cr-Commit-Position: refs/heads/master@{#381666}
Diffstat (limited to 'docs')
-rw-r--r--docs/linux_build_instructions.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/linux_build_instructions.md b/docs/linux_build_instructions.md
index e6ecbe7..947d1d3 100644
--- a/docs/linux_build_instructions.md
+++ b/docs/linux_build_instructions.md
@@ -132,6 +132,8 @@ page.
## Advanced Features
+* Want to use the (in development) GN build workflow? See
+ [GN Quick Start](../tools/gn/docs/quick_start.md)
* Building frequently? See [LinuxFasterBuilds](linux_faster_builds.md).
* Cross-compiling for ARM? See [LinuxChromiumArm](linux_chromium_arm.md).
* Want to use Eclipse as your IDE? See