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

Unified Diff: build/linux/system.gyp

Issue 208123002: Disable the globals instrumentation under asan==1, not asan_coverage==1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 92db5ff79dd1a9ca6b249f9fcc3ae356a7092e25..29cb33a37130472dcf5f1cdfe3cd0e1e05f47a11 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -7,7 +7,9 @@
'conditions': [
['sysroot!=""', {
'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target_arch)"',
- 'libgcrypt-config': '<(chroot_cmd) ./libgcrypt-config-wrapper "<(sysroot)"',
+ # libgcrypt-config-wrapper invokes libgcrypt-config directly from the
+ # sysroot, so there's no need to prefix it with <(chroot_cmd).
+ 'libgcrypt-config': './libgcrypt-config-wrapper "<(sysroot)"',
}, {
'pkg-config': 'pkg-config',
'libgcrypt-config': 'libgcrypt-config',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698