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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « base/base.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 # Variables expected to be overriden on the GYP command line (-D) or by 9 # Variables expected to be overriden on the GYP command line (-D) or by
10 # ~/.gyp/include.gypi. 10 # ~/.gyp/include.gypi.
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'enable_viewport%': '<(enable_viewport)', 172 'enable_viewport%': '<(enable_viewport)',
173 'enable_hidpi%': '<(enable_hidpi)', 173 'enable_hidpi%': '<(enable_hidpi)',
174 'enable_topchrome_md%': '<(enable_topchrome_md)', 174 'enable_topchrome_md%': '<(enable_topchrome_md)',
175 'enable_wayland_server%': '<(enable_wayland_server)', 175 'enable_wayland_server%': '<(enable_wayland_server)',
176 'enable_wifi_display%': '<(enable_wifi_display)', 176 'enable_wifi_display%': '<(enable_wifi_display)',
177 'buildtype%': '<(buildtype)', 177 'buildtype%': '<(buildtype)',
178 'branding%': '<(branding)', 178 'branding%': '<(branding)',
179 'branding_path_component%': '<(branding)', 179 'branding_path_component%': '<(branding)',
180 'host_arch%': '<(host_arch)', 180 'host_arch%': '<(host_arch)',
181 'target_arch%': '<(target_arch)', 181 'target_arch%': '<(target_arch)',
182 'use_sysroot%': '<(use_sysroot)',
182 183
183 # Set to true to instrument the code with function call logger. 184 # Set to true to instrument the code with function call logger.
184 # See src/third_party/cygprofile/cyg-profile.cc for details. 185 # See src/third_party/cygprofile/cyg-profile.cc for details.
185 'order_profiling%': 0, 186 'order_profiling%': 0,
186 187
187 'target_subarch%': '', 188 'target_subarch%': '',
188 189
189 # The channel to build on Android: stable, beta, dev, canary, or 190 # The channel to build on Android: stable, beta, dev, canary, or
190 # default. "default" should be used on non-official builds. 191 # default. "default" should be used on non-official builds.
191 'android_channel%': 'default', 192 'android_channel%': 'default',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'android_channel%': '<(android_channel)', 369 'android_channel%': '<(android_channel)',
369 'use_goma%': '<(use_goma)', 370 'use_goma%': '<(use_goma)',
370 'gomadir%': '<(gomadir)', 371 'gomadir%': '<(gomadir)',
371 'enable_app_list%': '<(enable_app_list)', 372 'enable_app_list%': '<(enable_app_list)',
372 'use_default_render_theme%': '<(use_default_render_theme)', 373 'use_default_render_theme%': '<(use_default_render_theme)',
373 'buildtype%': '<(buildtype)', 374 'buildtype%': '<(buildtype)',
374 'branding%': '<(branding)', 375 'branding%': '<(branding)',
375 'branding_path_component%': '<(branding_path_component)', 376 'branding_path_component%': '<(branding_path_component)',
376 'arm_version%': '<(arm_version)', 377 'arm_version%': '<(arm_version)',
377 'sysroot%': '<(sysroot)', 378 'sysroot%': '<(sysroot)',
379 'use_sysroot%': '<(use_sysroot)',
378 'chroot_cmd%': '<(chroot_cmd)', 380 'chroot_cmd%': '<(chroot_cmd)',
379 'system_libdir%': '<(system_libdir)', 381 'system_libdir%': '<(system_libdir)',
380 'order_profiling%': '<(order_profiling)', 382 'order_profiling%': '<(order_profiling)',
381 383
382 # TODO(zforman): Remove as soon as no bots depend on this. 384 # TODO(zforman): Remove as soon as no bots depend on this.
383 'dont_embed_build_metadata%': 0, 385 'dont_embed_build_metadata%': 0,
384 386
385 # Set to 1 to force Visual C++ to use legacy debug information format /Z7. 387 # Set to 1 to force Visual C++ to use legacy debug information format /Z7.
386 # This is useful for parallel compilation tools which can't support /Zi. 388 # This is useful for parallel compilation tools which can't support /Zi.
387 # Only used on Windows. 389 # Only used on Windows.
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 'image_loader_extension%': '<(image_loader_extension)', 1175 'image_loader_extension%': '<(image_loader_extension)',
1174 'fastbuild%': '<(fastbuild)', 1176 'fastbuild%': '<(fastbuild)',
1175 'win_z7%': '<(win_z7)', 1177 'win_z7%': '<(win_z7)',
1176 'dcheck_always_on%': '<(dcheck_always_on)', 1178 'dcheck_always_on%': '<(dcheck_always_on)',
1177 'tracing_like_official_build%': '<(tracing_like_official_build)', 1179 'tracing_like_official_build%': '<(tracing_like_official_build)',
1178 'fieldtrial_testing_like_official_build%': '<(fieldtrial_testing_like_offici al_build)', 1180 'fieldtrial_testing_like_official_build%': '<(fieldtrial_testing_like_offici al_build)',
1179 'arm_version%': '<(arm_version)', 1181 'arm_version%': '<(arm_version)',
1180 'arm_neon%': '<(arm_neon)', 1182 'arm_neon%': '<(arm_neon)',
1181 'arm_neon_optional%': '<(arm_neon_optional)', 1183 'arm_neon_optional%': '<(arm_neon_optional)',
1182 'sysroot%': '<(sysroot)', 1184 'sysroot%': '<(sysroot)',
1185 'use_sysroot%': '<(use_sysroot)',
1183 'pkg-config%': '<(pkg-config)', 1186 'pkg-config%': '<(pkg-config)',
1184 'chroot_cmd%': '<(chroot_cmd)', 1187 'chroot_cmd%': '<(chroot_cmd)',
1185 'system_libdir%': '<(system_libdir)', 1188 'system_libdir%': '<(system_libdir)',
1186 'component%': '<(component)', 1189 'component%': '<(component)',
1187 'win_analyze%': '<(win_analyze)', 1190 'win_analyze%': '<(win_analyze)',
1188 'win_fastlink%': '<(win_fastlink)', 1191 'win_fastlink%': '<(win_fastlink)',
1189 'enable_resource_whitelist_generation%': '<(enable_resource_whitelist_genera tion)', 1192 'enable_resource_whitelist_generation%': '<(enable_resource_whitelist_genera tion)',
1190 'use_titlecase_in_grd%': '<(use_titlecase_in_grd)', 1193 'use_titlecase_in_grd%': '<(use_titlecase_in_grd)',
1191 'remoting%': '<(remoting)', 1194 'remoting%': '<(remoting)',
1192 'enable_one_click_signin%': '<(enable_one_click_signin)', 1195 'enable_one_click_signin%': '<(enable_one_click_signin)',
(...skipping 5188 matching lines...) Expand 10 before | Expand all | Expand 10 after
6381 # settings in target dicts. SYMROOT is a special case, because many other 6384 # settings in target dicts. SYMROOT is a special case, because many other
6382 # Xcode variables depend on it, including variables such as 6385 # Xcode variables depend on it, including variables such as
6383 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6386 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6384 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6387 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6385 # files to appear (when present) in the UI as actual files and not red 6388 # files to appear (when present) in the UI as actual files and not red
6386 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6389 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6387 # and therefore SYMROOT, needs to be set at the project level. 6390 # and therefore SYMROOT, needs to be set at the project level.
6388 'SYMROOT': '<(DEPTH)/xcodebuild', 6391 'SYMROOT': '<(DEPTH)/xcodebuild',
6389 }, 6392 },
6390 } 6393 }
OLDNEW
« 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