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

Side by Side Diff: tools/gn/docs/faq.md

Issue 1177043014: Fix broken link and add cross-compiling to quick start (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | tools/gn/docs/quick_start.md » ('j') | tools/gn/docs/quick_start.md » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GN Frequently Asked Questions 1 # GN Frequently Asked Questions
2 2
3 [TOC] 3 [TOC]
4 4
5 ## How will the build be converted? 5 ## How will the build be converted?
6 6
7 We intend to build a second independent build in parallel to the GYP 7 We intend to build a second independent build in parallel to the GYP
8 build. Previous efforts to generate GYP as an intermediate stage proved 8 build. Previous efforts to generate GYP as an intermediate stage proved
9 difficult. There will be some smaller set of bots compiling this build, 9 difficult. There will be some smaller set of bots compiling this build,
10 and we'll keep the GN build running on these configurations. 10 and we'll keep the GN build running on these configurations.
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 * The default is a developer build. To do an official build, set 114 * The default is a developer build. To do an official build, set
115 `is_official_build = true` 115 `is_official_build = true`
116 * The default is Chromium branding. To do Chrome branding, set 116 * The default is Chromium branding. To do Chrome branding, set
117 `is_chrome_branded = true` 117 `is_chrome_branded = true`
118 118
119 ## How do I do cross-compiles? 119 ## How do I do cross-compiles?
120 120
121 GN has robust support for doing cross compiles and building things for 121 GN has robust support for doing cross compiles and building things for
122 multiple architectures in a single build. 122 multiple architectures in a single build.
123 123
124 See [GNCrossCompiles](GNCrossCompiles.md) for more info. 124 See [GNCrossCompiles](cross_compiles.md) for more info.
OLDNEW
« no previous file with comments | « no previous file | tools/gn/docs/quick_start.md » ('j') | tools/gn/docs/quick_start.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698