Chromium Code Reviews| Index: build/toolchain/toolchain.gni |
| diff --git a/build/toolchain/toolchain.gni b/build/toolchain/toolchain.gni |
| index 9f564794816655edd06d110aeb2ce14390f037bb..3560e0a40e28a8eb7b5f8078abffbc230ac2a96c 100644 |
| --- a/build/toolchain/toolchain.gni |
| +++ b/build/toolchain/toolchain.gni |
| @@ -26,6 +26,11 @@ declare_args() { |
| # Clang compiler version. Clang files are placed at version-dependent paths. |
| clang_version = "3.9.0" |
| } |
| + |
| + # Compile with system version of clang instead of hermetic version shipped |
|
Nico
2016/06/21 13:25:44
update "system" in comment as well.
if it's possi
|
| + # with the build. Used on iOS to ship official builds (as they are built |
| + # with the version of clang shipped with Xcode). |
| + is_clang_xcode = is_ios && is_official_build |
| } |
| # Subdirectory within root_out_dir for shared library files. |