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

Unified Diff: build/config/sysroot.gni

Issue 1483433002: Revert of Only build against prebuilt sysroot when using clang (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/common.gypi ('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 98fa0937f17e72fb92451f23779775c00f0f812a..debf77129b4b96688a04f1a42e19910124f442f0 100644
--- a/build/config/sysroot.gni
+++ b/build/config/sysroot.gni
@@ -33,7 +33,7 @@
} else {
sysroot = ""
}
-} else if (is_linux && !is_chromeos && is_clang && use_sysroot) {
+} else if (is_linux && !is_chromeos && use_sysroot) {
# By default build against a sysroot image downloaded from Cloud Storage
# during gclient runhooks.
if (current_cpu == "x64") {
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698