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

Unified Diff: net/net.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 | « 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 95879db27d22cc2de89651027eebc9a21ee8c61c..9147afe38b5aca8729595957dde9e8c050087a96 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -224,7 +224,7 @@
'conditions': [
[ 'desktop_linux == 1 or chromeos == 1', {
'dependencies': [
- '../build/linux/system.gyp:ssl',
+ '../build/linux/system.gyp:nss',
],
}, { # desktop_linux == 0 and chromeos == 0
'dependencies': [
@@ -656,7 +656,7 @@
'conditions': [
[ 'desktop_linux == 1 or chromeos == 1', {
'dependencies': [
- '../build/linux/system.gyp:ssl',
+ '../build/linux/system.gyp:nss',
],
}, { # desktop_linux == 0 and chromeos == 0
'dependencies': [
« 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