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

Unified Diff: build/common.gypi

Issue 1082123003: Rename USE_NSS to USE_NSS_CERTS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use-nss-certs
Patch Set: rebase Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/build_config.h ('k') | build/config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 5c6b9f9a35475fe57465a23b8d28d62537083a3f..f1303aa221861d8fb8657ee978661288a870dbc8 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3016,8 +3016,12 @@
'defines': ['USE_GLIB=1'],
}],
['<(use_nss_certs)==1 and >(nacl_untrusted_build)==0', {
- # TODO(davidben): Rename this to USE_NSS_CERTS. https://crbug.com/462040
- 'defines': ['USE_NSS=1'],
+ 'defines': [
+ 'USE_NSS_CERTS=1',
+ # TODO(davidben): USE_NSS is a deprecated alias for USE_NSS_CERTS and
+ # will be removed. See https://crbug.com/462040.
+ 'USE_NSS=1',
+ ],
}],
['<(chromeos)==1 and >(nacl_untrusted_build)==0', {
'defines': ['OS_CHROMEOS=1'],
« no previous file with comments | « build/build_config.h ('k') | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698