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

Unified Diff: crypto/crypto.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 | « chrome/chrome_tests_unit.gypi ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index a11371f6b911924d69ba13a0f621ae929cc65415..c8551e70d3b8832354244782bbc02722c7e9c4ad 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -255,7 +255,7 @@
},
],
}],
- ['use_nss==1', {
+ ['use_nss_certs==1', {
'targets': [
{
'target_name': 'crypto_test_support',
@@ -273,7 +273,7 @@
'scoped_test_system_nss_key_slot.h',
],
'conditions': [
- ['use_nss==0', {
+ ['use_nss_certs==0', {
'sources!': [
'scoped_test_nss_db.cc',
'scoped_test_nss_db.h',
@@ -289,7 +289,7 @@
}],
],
}
- ]}, { # use_nss==0
+ ]}, { # use_nss_certs==0
'targets': [
{
'target_name': 'crypto_test_support',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698