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

Unified Diff: chrome/chrome_utility.gypi

Issue 881213004: Support building BoringSSL with NSS certificates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more ios Created 5 years, 10 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_utility.gypi
diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi
index 9c13e8ef073ad782d4553b840dcfbaf83926f284..e2a0d1096da756a8c527f37c3ecc70cbb33f3415 100644
--- a/chrome/chrome_utility.gypi
+++ b/chrome/chrome_utility.gypi
@@ -133,12 +133,12 @@
},
},
}],
- ['OS!="win" and OS!="mac" and use_openssl==1', {
- 'sources!': [
- 'utility/importer/nss_decryptor.cc',
- ]
+ ['OS!="android"', {
+ 'sources': [
+ '<@(chrome_utility_importer_sources)',
+ ],
}],
- ['OS!="win" and OS!="mac" and use_openssl==0', {
+ ['use_nss==1', {
'dependencies': [
'../crypto/crypto.gyp:crypto',
],
@@ -147,11 +147,6 @@
'utility/importer/nss_decryptor_system_nss.h',
],
}],
- ['OS!="android"', {
- 'sources': [
- '<@(chrome_utility_importer_sources)',
- ],
- }],
['enable_extensions==1', {
'dependencies': [
'../extensions/extensions.gyp:extensions_utility',

Powered by Google App Engine
This is Rietveld 408576698