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

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: 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 8d3f00e3ddcee346ed692a8eb71054dd5588e1ce..09e37ff1ec943a8e03e3845ef1838a9382eec055 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': [

Powered by Google App Engine
This is Rietveld 408576698