OLD | NEW |
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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 # Set to 1 to enable dcheck in release. | 286 # Set to 1 to enable dcheck in release. |
287 'dcheck_always_on%': 0, | 287 'dcheck_always_on%': 0, |
288 | 288 |
289 # Set to 1 to make a build that disables unshipped tracing events. | 289 # Set to 1 to make a build that disables unshipped tracing events. |
290 # Note: this setting is ignored if buildtype=="Official". | 290 # Note: this setting is ignored if buildtype=="Official". |
291 'tracing_like_official_build%': 0, | 291 'tracing_like_official_build%': 0, |
292 | 292 |
293 # Disable image loader component extension by default. | 293 # Disable image loader component extension by default. |
294 'image_loader_extension%': 0, | 294 'image_loader_extension%': 0, |
295 | 295 |
296 # Python version. | |
297 'python_ver%': '2.6', | |
298 | |
299 # Set NEON compilation flags. | 296 # Set NEON compilation flags. |
300 'arm_neon%': 1, | 297 'arm_neon%': 1, |
301 | 298 |
302 # Detect NEON support at run-time. | 299 # Detect NEON support at run-time. |
303 'arm_neon_optional%': 0, | 300 'arm_neon_optional%': 0, |
304 | 301 |
305 # The system libdir used for this ABI. | 302 # The system libdir used for this ABI. |
306 'system_libdir%': 'lib', | 303 'system_libdir%': 'lib', |
307 | 304 |
308 # Use libjpeg-turbo as the JPEG codec used by Chromium. | 305 # Use libjpeg-turbo as the JPEG codec used by Chromium. |
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
947 'use_gnome_keyring%': '<(use_gnome_keyring)', | 944 'use_gnome_keyring%': '<(use_gnome_keyring)', |
948 'linux_fpic%': '<(linux_fpic)', | 945 'linux_fpic%': '<(linux_fpic)', |
949 'chromeos%': '<(chromeos)', | 946 'chromeos%': '<(chromeos)', |
950 'enable_viewport%': '<(enable_viewport)', | 947 'enable_viewport%': '<(enable_viewport)', |
951 'enable_hidpi%': '<(enable_hidpi)', | 948 'enable_hidpi%': '<(enable_hidpi)', |
952 'use_xi2_mt%':'<(use_xi2_mt)', | 949 'use_xi2_mt%':'<(use_xi2_mt)', |
953 'image_loader_extension%': '<(image_loader_extension)', | 950 'image_loader_extension%': '<(image_loader_extension)', |
954 'fastbuild%': '<(fastbuild)', | 951 'fastbuild%': '<(fastbuild)', |
955 'dcheck_always_on%': '<(dcheck_always_on)', | 952 'dcheck_always_on%': '<(dcheck_always_on)', |
956 'tracing_like_official_build%': '<(tracing_like_official_build)', | 953 'tracing_like_official_build%': '<(tracing_like_official_build)', |
957 'python_ver%': '<(python_ver)', | |
958 'arm_version%': '<(arm_version)', | 954 'arm_version%': '<(arm_version)', |
959 'arm_neon%': '<(arm_neon)', | 955 'arm_neon%': '<(arm_neon)', |
960 'arm_neon_optional%': '<(arm_neon_optional)', | 956 'arm_neon_optional%': '<(arm_neon_optional)', |
961 'sysroot%': '<(sysroot)', | 957 'sysroot%': '<(sysroot)', |
962 'chroot_cmd%': '<(chroot_cmd)', | 958 'chroot_cmd%': '<(chroot_cmd)', |
963 'system_libdir%': '<(system_libdir)', | 959 'system_libdir%': '<(system_libdir)', |
964 'component%': '<(component)', | 960 'component%': '<(component)', |
965 'enable_resource_whitelist_generation%': '<(enable_resource_whitelist_genera
tion)', | 961 'enable_resource_whitelist_generation%': '<(enable_resource_whitelist_genera
tion)', |
966 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', | 962 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', |
967 'use_third_party_translations%': '<(use_third_party_translations)', | 963 'use_third_party_translations%': '<(use_third_party_translations)', |
(...skipping 4272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5240 # settings in target dicts. SYMROOT is a special case, because many other | 5236 # settings in target dicts. SYMROOT is a special case, because many other |
5241 # Xcode variables depend on it, including variables such as | 5237 # Xcode variables depend on it, including variables such as |
5242 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5238 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
5243 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5239 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
5244 # files to appear (when present) in the UI as actual files and not red | 5240 # files to appear (when present) in the UI as actual files and not red |
5245 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5241 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
5246 # and therefore SYMROOT, needs to be set at the project level. | 5242 # and therefore SYMROOT, needs to be set at the project level. |
5247 'SYMROOT': '<(DEPTH)/xcodebuild', | 5243 'SYMROOT': '<(DEPTH)/xcodebuild', |
5248 }, | 5244 }, |
5249 } | 5245 } |
OLD | NEW |