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

Unified Diff: build/config/sysroot.gni

Issue 1964303002: Change GN defaults for toolchains for CrOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « build/config/BUILDCONFIG.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/sysroot.gni
diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni
index 44ded33e42cf4e4b9eb2fedb920c1eeaa7af72b7..21955c4758b5048c51344bda1920dd98e4064ce4 100644
--- a/build/config/sysroot.gni
+++ b/build/config/sysroot.gni
@@ -9,7 +9,10 @@ import("//build/config/chrome_build.gni")
declare_args() {
# The absolute path of the sysroot that is applied when compiling using
- # the target toolchain.
+ # the target toolchain. If target_sysroot is set, it will override the
+ # effect of use_sysroot; this allows you to use both target_sysroot
+ # and use_sysroot to set one sysroot for the target and turn off
+ # sysroots for the other toolchains.
target_sysroot = ""
use_sysroot = true
}
« no previous file with comments | « build/config/BUILDCONFIG.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698