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

Side by Side Diff: build/common.gypi

Issue 1904453002: Remove use_openssl variable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios_final
Patch Set: Remove from crypto.gni Created 4 years, 8 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 | « no previous file | build/config/crypto.gni » ('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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'use_ozone%': '<(use_ozone)', 57 'use_ozone%': '<(use_ozone)',
58 'embedded%': '<(embedded)', 58 'embedded%': '<(embedded)',
59 'host_arch%': '<(host_arch)', 59 'host_arch%': '<(host_arch)',
60 60
61 # Whether we are using Views Toolkit 61 # Whether we are using Views Toolkit
62 'toolkit_views%': 0, 62 'toolkit_views%': 0,
63 63
64 # Use the PCI lib to collect GPU information. 64 # Use the PCI lib to collect GPU information.
65 'use_libpci%': 1, 65 'use_libpci%': 1,
66 66
67 # Use OpenSSL instead of NSS as the underlying SSL and crypto
68 # implementation. Certificate verification will in most cases be
69 # handled by the OS. If OpenSSL's struct X509 is used to represent
70 # certificates, use_openssl_certs must be set.
71 'use_openssl%': 1,
72
73 # Use OpenSSL for representing certificates. When targeting Android, 67 # Use OpenSSL for representing certificates. When targeting Android,
74 # the platform certificate library is used for certificate 68 # the platform certificate library is used for certificate
75 # verification. On other targets, this flag also enables OpenSSL for 69 # verification. On other targets, this flag also enables OpenSSL for
76 # certificate verification, but this configuration is unsupported. 70 # certificate verification, but this configuration is unsupported.
77 'use_openssl_certs%': 0, 71 'use_openssl_certs%': 0,
78 72
79 # Disable viewport meta tag by default. 73 # Disable viewport meta tag by default.
80 'enable_viewport%': 0, 74 'enable_viewport%': 0,
81 75
82 # Enable HiDPI support. 76 # Enable HiDPI support.
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 # Copy conditionally-set variables out one scope. 155 # Copy conditionally-set variables out one scope.
162 'chromeos%': '<(chromeos)', 156 'chromeos%': '<(chromeos)',
163 'chromecast%': '<(chromecast)', 157 'chromecast%': '<(chromecast)',
164 'desktop_linux%': '<(desktop_linux)', 158 'desktop_linux%': '<(desktop_linux)',
165 'use_aura%': '<(use_aura)', 159 'use_aura%': '<(use_aura)',
166 'use_ash%': '<(use_ash)', 160 'use_ash%': '<(use_ash)',
167 'use_cras%': '<(use_cras)', 161 'use_cras%': '<(use_cras)',
168 'use_ozone%': '<(use_ozone)', 162 'use_ozone%': '<(use_ozone)',
169 'embedded%': '<(embedded)', 163 'embedded%': '<(embedded)',
170 'use_libpci%': '<(use_libpci)', 164 'use_libpci%': '<(use_libpci)',
171 'use_openssl%': '<(use_openssl)',
172 'use_openssl_certs%': '<(use_openssl_certs)', 165 'use_openssl_certs%': '<(use_openssl_certs)',
173 'enable_viewport%': '<(enable_viewport)', 166 'enable_viewport%': '<(enable_viewport)',
174 'enable_hidpi%': '<(enable_hidpi)', 167 'enable_hidpi%': '<(enable_hidpi)',
175 'enable_topchrome_md%': '<(enable_topchrome_md)', 168 'enable_topchrome_md%': '<(enable_topchrome_md)',
176 'enable_wayland_server%': '<(enable_wayland_server)', 169 'enable_wayland_server%': '<(enable_wayland_server)',
177 'enable_wifi_display%': '<(enable_wifi_display)', 170 'enable_wifi_display%': '<(enable_wifi_display)',
178 'buildtype%': '<(buildtype)', 171 'buildtype%': '<(buildtype)',
179 'branding%': '<(branding)', 172 'branding%': '<(branding)',
180 'branding_path_component%': '<(branding)', 173 'branding_path_component%': '<(branding)',
181 'host_arch%': '<(host_arch)', 174 'host_arch%': '<(host_arch)',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 'toolkit_views%': '<(toolkit_views)', 341 'toolkit_views%': '<(toolkit_views)',
349 'desktop_linux%': '<(desktop_linux)', 342 'desktop_linux%': '<(desktop_linux)',
350 'use_aura%': '<(use_aura)', 343 'use_aura%': '<(use_aura)',
351 'use_ash%': '<(use_ash)', 344 'use_ash%': '<(use_ash)',
352 'use_cras%': '<(use_cras)', 345 'use_cras%': '<(use_cras)',
353 'use_libpci%': '<(use_libpci)', 346 'use_libpci%': '<(use_libpci)',
354 'use_ozone%': '<(use_ozone)', 347 'use_ozone%': '<(use_ozone)',
355 'use_ozone_evdev%': '<(use_ozone_evdev)', 348 'use_ozone_evdev%': '<(use_ozone_evdev)',
356 'use_clipboard_aurax11%': '<(use_clipboard_aurax11)', 349 'use_clipboard_aurax11%': '<(use_clipboard_aurax11)',
357 'embedded%': '<(embedded)', 350 'embedded%': '<(embedded)',
358 'use_openssl%': '<(use_openssl)',
359 'use_openssl_certs%': '<(use_openssl_certs)', 351 'use_openssl_certs%': '<(use_openssl_certs)',
360 'enable_viewport%': '<(enable_viewport)', 352 'enable_viewport%': '<(enable_viewport)',
361 'enable_hidpi%': '<(enable_hidpi)', 353 'enable_hidpi%': '<(enable_hidpi)',
362 'enable_topchrome_md%': '<(enable_topchrome_md)', 354 'enable_topchrome_md%': '<(enable_topchrome_md)',
363 'enable_wayland_server%': '<(enable_wayland_server)', 355 'enable_wayland_server%': '<(enable_wayland_server)',
364 'enable_wifi_display%': '<(enable_wifi_display)', 356 'enable_wifi_display%': '<(enable_wifi_display)',
365 'android_channel%': '<(android_channel)', 357 'android_channel%': '<(android_channel)',
366 'use_goma%': '<(use_goma)', 358 'use_goma%': '<(use_goma)',
367 'gomadir%': '<(gomadir)', 359 'gomadir%': '<(gomadir)',
368 'enable_app_list%': '<(enable_app_list)', 360 'enable_app_list%': '<(enable_app_list)',
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 'target_subarch%': '<(target_subarch)', 1143 'target_subarch%': '<(target_subarch)',
1152 'mips_arch_variant%': '<(mips_arch_variant)', 1144 'mips_arch_variant%': '<(mips_arch_variant)',
1153 'mips_dsp_rev%': '<(mips_dsp_rev)', 1145 'mips_dsp_rev%': '<(mips_dsp_rev)',
1154 'host_arch%': '<(host_arch)', 1146 'host_arch%': '<(host_arch)',
1155 'toolkit_views%': '<(toolkit_views)', 1147 'toolkit_views%': '<(toolkit_views)',
1156 'ui_compositor_image_transport%': '<(ui_compositor_image_transport)', 1148 'ui_compositor_image_transport%': '<(ui_compositor_image_transport)',
1157 'use_aura%': '<(use_aura)', 1149 'use_aura%': '<(use_aura)',
1158 'use_ash%': '<(use_ash)', 1150 'use_ash%': '<(use_ash)',
1159 'use_cras%': '<(use_cras)', 1151 'use_cras%': '<(use_cras)',
1160 'use_libpci%': '<(use_libpci)', 1152 'use_libpci%': '<(use_libpci)',
1161 'use_openssl%': '<(use_openssl)',
1162 'use_openssl_certs%': '<(use_openssl_certs)', 1153 'use_openssl_certs%': '<(use_openssl_certs)',
1163 'use_nss_certs%': '<(use_nss_certs)', 1154 'use_nss_certs%': '<(use_nss_certs)',
1164 'use_udev%': '<(use_udev)', 1155 'use_udev%': '<(use_udev)',
1165 'os_bsd%': '<(os_bsd)', 1156 'os_bsd%': '<(os_bsd)',
1166 'os_posix%': '<(os_posix)', 1157 'os_posix%': '<(os_posix)',
1167 'use_dbus%': '<(use_dbus)', 1158 'use_dbus%': '<(use_dbus)',
1168 'use_glib%': '<(use_glib)', 1159 'use_glib%': '<(use_glib)',
1169 'use_pango%': '<(use_pango)', 1160 'use_pango%': '<(use_pango)',
1170 'use_cairo%': '<(use_cairo)', 1161 'use_cairo%': '<(use_cairo)',
1171 'use_ozone%': '<(use_ozone)', 1162 'use_ozone%': '<(use_ozone)',
(...skipping 5144 matching lines...) Expand 10 before | Expand all | Expand 10 after
6316 # settings in target dicts. SYMROOT is a special case, because many other 6307 # settings in target dicts. SYMROOT is a special case, because many other
6317 # Xcode variables depend on it, including variables such as 6308 # Xcode variables depend on it, including variables such as
6318 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6309 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6319 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6310 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6320 # files to appear (when present) in the UI as actual files and not red 6311 # files to appear (when present) in the UI as actual files and not red
6321 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6312 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6322 # and therefore SYMROOT, needs to be set at the project level. 6313 # and therefore SYMROOT, needs to be set at the project level.
6323 'SYMROOT': '<(DEPTH)/xcodebuild', 6314 'SYMROOT': '<(DEPTH)/xcodebuild',
6324 }, 6315 },
6325 } 6316 }
OLDNEW
« no previous file with comments | « no previous file | build/config/crypto.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698