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

Unified Diff: crypto/crypto.gyp

Issue 1918303002: Renaming system.gyp:ssl to system.gyp:nss and removing unused BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/gpu/test_support_gpu.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 fd411bb3af09ab93348b5cd357560958a3f89361..8849285ec5d65e75359235bd8792aa9aa2bdbf90 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -31,10 +31,10 @@
'conditions': [
[ 'os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
'dependencies': [
- '../build/linux/system.gyp:ssl',
+ '../build/linux/system.gyp:nss',
],
'export_dependent_settings': [
- '../build/linux/system.gyp:ssl',
+ '../build/linux/system.gyp:nss',
],
'conditions': [
[ 'chromeos==1', {
@@ -140,7 +140,7 @@
'conditions': [
[ 'use_nss_certs == 1', {
'dependencies': [
- '../build/linux/system.gyp:ssl',
+ '../build/linux/system.gyp:nss',
],
}],
[ 'use_nss_certs == 0', {
« no previous file with comments | « content/browser/gpu/test_support_gpu.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698