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

Unified Diff: net/net.gyp

Issue 1085923002: Rename use_nss to use_nss_certs in gyp and grit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wrapping 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 | « crypto/crypto.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index a322f77e64e7278bf32cba66b1864499060d1ef2..71058afc87bd5dfcaabb3977cb3b182e350895d7 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -179,7 +179,7 @@
'net_test_jni_headers',
],
}],
- [ 'use_nss != 1', {
+ [ 'use_nss_certs != 1', {
'sources!': [
'ssl/client_cert_store_chromeos_unittest.cc',
'ssl/client_cert_store_nss_unittest.cc',
@@ -607,7 +607,7 @@
'../third_party/protobuf/protobuf.gyp:py_proto',
],
}],
- ['use_openssl == 0 and (use_nss == 1 or OS == "ios")', {
+ ['use_openssl == 0 and (use_nss_certs == 1 or OS == "ios")', {
'conditions': [
[ 'desktop_linux == 1 or chromeos == 1', {
'dependencies': [
@@ -651,7 +651,7 @@
'dns/mock_mdns_socket_factory.h'
]
}],
- [ 'use_nss != 1', {
+ [ 'use_nss_certs != 1', {
'sources!': [
'test/cert_test_util_nss.cc',
],
« no previous file with comments | « crypto/crypto.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698