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

Side by Side Diff: build/common.gypi

Issue 163583003: Introduce the chroot_cmd flag that contains the command line prefix for running in a chrooted envir… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'python_ver%': '2.6', 276 'python_ver%': '2.6',
277 277
278 # Set NEON compilation flags. 278 # Set NEON compilation flags.
279 'arm_neon%': 1, 279 'arm_neon%': 1,
280 280
281 # Detect NEON support at run-time. 281 # Detect NEON support at run-time.
282 'arm_neon_optional%': 0, 282 'arm_neon_optional%': 0,
283 283
284 # The system root for cross-compiles. Default: none. 284 # The system root for cross-compiles. Default: none.
285 'sysroot%': '', 285 'sysroot%': '',
286 'chroot_cmd%': '',
286 287
287 # The system libdir used for this ABI. 288 # The system libdir used for this ABI.
288 'system_libdir%': 'lib', 289 'system_libdir%': 'lib',
289 290
290 # On Linux, we build with sse2 for Chromium builds. 291 # On Linux, we build with sse2 for Chromium builds.
291 'disable_sse2%': 0, 292 'disable_sse2%': 0,
292 293
293 # Use libjpeg-turbo as the JPEG codec used by Chromium. 294 # Use libjpeg-turbo as the JPEG codec used by Chromium.
294 'use_libjpeg_turbo%': 1, 295 'use_libjpeg_turbo%': 1,
295 296
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 'image_loader_extension%': '<(image_loader_extension)', 902 'image_loader_extension%': '<(image_loader_extension)',
902 'fastbuild%': '<(fastbuild)', 903 'fastbuild%': '<(fastbuild)',
903 'dcheck_always_on%': '<(dcheck_always_on)', 904 'dcheck_always_on%': '<(dcheck_always_on)',
904 'logging_like_official_build%': '<(logging_like_official_build)', 905 'logging_like_official_build%': '<(logging_like_official_build)',
905 'tracing_like_official_build%': '<(tracing_like_official_build)', 906 'tracing_like_official_build%': '<(tracing_like_official_build)',
906 'python_ver%': '<(python_ver)', 907 'python_ver%': '<(python_ver)',
907 'arm_version%': '<(arm_version)', 908 'arm_version%': '<(arm_version)',
908 'arm_neon%': '<(arm_neon)', 909 'arm_neon%': '<(arm_neon)',
909 'arm_neon_optional%': '<(arm_neon_optional)', 910 'arm_neon_optional%': '<(arm_neon_optional)',
910 'sysroot%': '<(sysroot)', 911 'sysroot%': '<(sysroot)',
912 'chroot_cmd%': '<(chroot_cmd)',
911 'system_libdir%': '<(system_libdir)', 913 'system_libdir%': '<(system_libdir)',
912 'component%': '<(component)', 914 'component%': '<(component)',
913 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', 915 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)',
914 'use_third_party_translations%': '<(use_third_party_translations)', 916 'use_third_party_translations%': '<(use_third_party_translations)',
915 'remoting%': '<(remoting)', 917 'remoting%': '<(remoting)',
916 'enable_one_click_signin%': '<(enable_one_click_signin)', 918 'enable_one_click_signin%': '<(enable_one_click_signin)',
917 'enable_webrtc%': '<(enable_webrtc)', 919 'enable_webrtc%': '<(enable_webrtc)',
918 'chromium_win_pch%': '<(chromium_win_pch)', 920 'chromium_win_pch%': '<(chromium_win_pch)',
919 'configuration_policy%': '<(configuration_policy)', 921 'configuration_policy%': '<(configuration_policy)',
920 'safe_browsing%': '<(safe_browsing)', 922 'safe_browsing%': '<(safe_browsing)',
(...skipping 3992 matching lines...) Expand 10 before | Expand all | Expand 10 after
4913 # settings in target dicts. SYMROOT is a special case, because many other 4915 # settings in target dicts. SYMROOT is a special case, because many other
4914 # Xcode variables depend on it, including variables such as 4916 # Xcode variables depend on it, including variables such as
4915 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4917 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4916 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4918 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4917 # files to appear (when present) in the UI as actual files and not red 4919 # files to appear (when present) in the UI as actual files and not red
4918 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4920 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4919 # and therefore SYMROOT, needs to be set at the project level. 4921 # and therefore SYMROOT, needs to be set at the project level.
4920 'SYMROOT': '<(DEPTH)/xcodebuild', 4922 'SYMROOT': '<(DEPTH)/xcodebuild',
4921 }, 4923 },
4922 } 4924 }
OLDNEW
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698