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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 # Whether the entire browser uses toolkit-views on Mac instead of Cocoa. | 715 # Whether the entire browser uses toolkit-views on Mac instead of Cocoa. |
716 'mac_views_browser%': 0, | 716 'mac_views_browser%': 0, |
717 | 717 |
718 # By default, use ICU data file (icudtl.dat). | 718 # By default, use ICU data file (icudtl.dat). |
719 'icu_use_data_file_flag%': 1, | 719 'icu_use_data_file_flag%': 1, |
720 | 720 |
721 # Turn on JNI generation optimizations by default. | 721 # Turn on JNI generation optimizations by default. |
722 'optimize_jni_generation%': 1, | 722 'optimize_jni_generation%': 1, |
723 | 723 |
724 'conditions': [ | 724 'conditions': [ |
| 725 # In Windows official builds, enable DCHECK as dump-without-crashing. |
| 726 ['OS=="win" and buildtype=="Official"', { |
| 727 'dcheck_always_on%': 1, |
| 728 'dcheck_is_dump_without_crash': 1, |
| 729 }, { |
| 730 'dcheck_always_on%': 0, |
| 731 'dcheck_is_dump_without_crash': 0, |
| 732 }], |
| 733 |
725 # A flag for POSIX platforms | 734 # A flag for POSIX platforms |
726 ['OS=="win"', { | 735 ['OS=="win"', { |
727 'os_posix%': 0, | 736 'os_posix%': 0, |
728 }, { | 737 }, { |
729 'os_posix%': 1, | 738 'os_posix%': 1, |
730 }], | 739 }], |
731 | 740 |
732 # A flag for BSD platforms | 741 # A flag for BSD platforms |
733 ['OS=="freebsd" or OS=="openbsd"', { | 742 ['OS=="freebsd" or OS=="openbsd"', { |
734 'os_bsd%': 1, | 743 'os_bsd%': 1, |
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1186 'is_cast_desktop_build%': '<(is_cast_desktop_build)', | 1195 'is_cast_desktop_build%': '<(is_cast_desktop_build)', |
1187 'enable_viewport%': '<(enable_viewport)', | 1196 'enable_viewport%': '<(enable_viewport)', |
1188 'enable_hidpi%': '<(enable_hidpi)', | 1197 'enable_hidpi%': '<(enable_hidpi)', |
1189 'enable_topchrome_md%': '<(enable_topchrome_md)', | 1198 'enable_topchrome_md%': '<(enable_topchrome_md)', |
1190 'enable_wayland_server%': '<(enable_wayland_server)', | 1199 'enable_wayland_server%': '<(enable_wayland_server)', |
1191 'enable_wifi_display%': '<(enable_wifi_display)', | 1200 'enable_wifi_display%': '<(enable_wifi_display)', |
1192 'image_loader_extension%': '<(image_loader_extension)', | 1201 'image_loader_extension%': '<(image_loader_extension)', |
1193 'fastbuild%': '<(fastbuild)', | 1202 'fastbuild%': '<(fastbuild)', |
1194 'win_z7%': '<(win_z7)', | 1203 'win_z7%': '<(win_z7)', |
1195 'dcheck_always_on%': '<(dcheck_always_on)', | 1204 'dcheck_always_on%': '<(dcheck_always_on)', |
| 1205 'dcheck_is_dump_without_crash%': '<(dcheck_is_dump_without_crash)', |
1196 'tracing_like_official_build%': '<(tracing_like_official_build)', | 1206 'tracing_like_official_build%': '<(tracing_like_official_build)', |
1197 'fieldtrial_testing_like_official_build%': '<(fieldtrial_testing_like_offici
al_build)', | 1207 'fieldtrial_testing_like_official_build%': '<(fieldtrial_testing_like_offici
al_build)', |
1198 'arm_version%': '<(arm_version)', | 1208 'arm_version%': '<(arm_version)', |
1199 'arm_neon%': '<(arm_neon)', | 1209 'arm_neon%': '<(arm_neon)', |
1200 'arm_neon_optional%': '<(arm_neon_optional)', | 1210 'arm_neon_optional%': '<(arm_neon_optional)', |
1201 'sysroot%': '<(sysroot)', | 1211 'sysroot%': '<(sysroot)', |
1202 'use_sysroot%': '<(use_sysroot)', | 1212 'use_sysroot%': '<(use_sysroot)', |
1203 'pkg-config%': '<(pkg-config)', | 1213 'pkg-config%': '<(pkg-config)', |
1204 'chroot_cmd%': '<(chroot_cmd)', | 1214 'chroot_cmd%': '<(chroot_cmd)', |
1205 'system_libdir%': '<(system_libdir)', | 1215 'system_libdir%': '<(system_libdir)', |
(...skipping 1636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2842 ['OS=="android" and fastbuild==1', { | 2852 ['OS=="android" and fastbuild==1', { |
2843 # TODO(thakis): Change this to -g1 once http://crbug.com/456947 is | 2853 # TODO(thakis): Change this to -g1 once http://crbug.com/456947 is |
2844 # fixed. | 2854 # fixed. |
2845 'variables': { 'release_extra_cflags': '-g0', }, | 2855 'variables': { 'release_extra_cflags': '-g0', }, |
2846 }], | 2856 }], |
2847 ], | 2857 ], |
2848 }], # fastbuild!=0 | 2858 }], # fastbuild!=0 |
2849 ['dcheck_always_on!=0', { | 2859 ['dcheck_always_on!=0', { |
2850 'defines': ['DCHECK_ALWAYS_ON=1'], | 2860 'defines': ['DCHECK_ALWAYS_ON=1'], |
2851 }], # dcheck_always_on!=0 | 2861 }], # dcheck_always_on!=0 |
| 2862 ['dcheck_is_dump_without_crash!=0', { |
| 2863 'defines': ['DCHECK_IS_DUMP_WITHOUT_CRASH=1'], |
| 2864 }], # dcheck_is_dump_without_crash!=0 |
2852 ['tracing_like_official_build!=0', { | 2865 ['tracing_like_official_build!=0', { |
2853 'defines': ['TRACING_IS_OFFICIAL_BUILD=1'], | 2866 'defines': ['TRACING_IS_OFFICIAL_BUILD=1'], |
2854 }], # tracing_like_official_build!=0 | 2867 }], # tracing_like_official_build!=0 |
2855 ['fieldtrial_testing_like_official_build==0 and branding!="Chrome"', { | 2868 ['fieldtrial_testing_like_official_build==0 and branding!="Chrome"', { |
2856 'defines': ['FIELDTRIAL_TESTING_ENABLED'], | 2869 'defines': ['FIELDTRIAL_TESTING_ENABLED'], |
2857 }], # fieldtrial_testing_like_official_build==0 and branding!="Chrome" | 2870 }], # fieldtrial_testing_like_official_build==0 and branding!="Chrome" |
2858 ['OS=="win"', { | 2871 ['OS=="win"', { |
2859 'defines': ['NO_TCMALLOC'], | 2872 'defines': ['NO_TCMALLOC'], |
2860 'conditions': [ | 2873 'conditions': [ |
2861 ['win_use_allocator_shim==1', { | 2874 ['win_use_allocator_shim==1', { |
(...skipping 3521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6383 # settings in target dicts. SYMROOT is a special case, because many other | 6396 # settings in target dicts. SYMROOT is a special case, because many other |
6384 # Xcode variables depend on it, including variables such as | 6397 # Xcode variables depend on it, including variables such as |
6385 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6398 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
6386 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6399 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
6387 # files to appear (when present) in the UI as actual files and not red | 6400 # files to appear (when present) in the UI as actual files and not red |
6388 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6401 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
6389 # and therefore SYMROOT, needs to be set at the project level. | 6402 # and therefore SYMROOT, needs to be set at the project level. |
6390 'SYMROOT': '<(DEPTH)/xcodebuild', | 6403 'SYMROOT': '<(DEPTH)/xcodebuild', |
6391 }, | 6404 }, |
6392 } | 6405 } |
OLD | NEW |