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

Unified Diff: chrome/chrome_tests.gypi

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: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 9ef727236213ca8f5bdf7d66ab46427ae27df825..70dfbf7c88e05f82be3962e284cc09dacf4f3a89 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1703,7 +1703,7 @@
}],
['OS=="linux"', {
'dependencies': [
- '../build/linux/system.gyp:ssl',
+ '../build/linux/system.gyp:nss',
],
}, { # Non-Linux platforms (Linux includes ChromeOS here).
'sources': [
@@ -2523,7 +2523,7 @@
}],
['OS=="linux"', {
'dependencies': [
- '../build/linux/system.gyp:ssl',
+ '../build/linux/system.gyp:nss',
],
}],
['OS=="mac"', {
@@ -2844,7 +2844,7 @@
}],
['OS=="linux"', {
'dependencies': [
- '../build/linux/system.gyp:ssl',
+ '../build/linux/system.gyp:nss',
],
}],
['OS=="mac"', {
@@ -2977,7 +2977,7 @@
'conditions': [
['OS=="linux"', {
'dependencies': [
- '../build/linux/system.gyp:ssl',
+ '../build/linux/system.gyp:nss',
],
}],
['OS=="mac"', {
@@ -3077,7 +3077,7 @@
'conditions': [
['OS=="linux"', {
'dependencies': [
- '../build/linux/system.gyp:ssl',
+ '../build/linux/system.gyp:nss',
],
}],
['OS=="mac"', {

Powered by Google App Engine
This is Rietveld 408576698