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

Unified Diff: build/common.gypi

Issue 1699713002: Fix "undefined reference to '__atomic_is_lock_free'" errors on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix use_sysroot for gyp Created 4 years, 10 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 | « base/base.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index df7c0e71de0d2dcf6eabd539b5713ebef87225eb..fdeac0b91fe37ea7ef953bcccc912bc2c553f46d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -179,6 +179,7 @@
'branding_path_component%': '<(branding)',
'host_arch%': '<(host_arch)',
'target_arch%': '<(target_arch)',
+ 'use_sysroot%': '<(use_sysroot)',
# Set to true to instrument the code with function call logger.
# See src/third_party/cygprofile/cyg-profile.cc for details.
@@ -375,6 +376,7 @@
'branding_path_component%': '<(branding_path_component)',
'arm_version%': '<(arm_version)',
'sysroot%': '<(sysroot)',
+ 'use_sysroot%': '<(use_sysroot)',
'chroot_cmd%': '<(chroot_cmd)',
'system_libdir%': '<(system_libdir)',
'order_profiling%': '<(order_profiling)',
@@ -1180,6 +1182,7 @@
'arm_neon%': '<(arm_neon)',
'arm_neon_optional%': '<(arm_neon_optional)',
'sysroot%': '<(sysroot)',
+ 'use_sysroot%': '<(use_sysroot)',
'pkg-config%': '<(pkg-config)',
'chroot_cmd%': '<(chroot_cmd)',
'system_libdir%': '<(system_libdir)',
« no previous file with comments | « base/base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698