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

Unified Diff: chrome/chrome_utility.gypi

Issue 385873002: Always build nss_decryptor.cc on Windows and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_utility.gypi
diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi
index 5daa3fd147c31d6c675d6e3d8d805a888ffa31e2..c0ab7264821511aa32d9d4093d0ec13d03e77558 100644
--- a/chrome/chrome_utility.gypi
+++ b/chrome/chrome_utility.gypi
@@ -119,11 +119,6 @@
'<@(chrome_utility_sources)',
],
'conditions': [
- ['use_openssl==1', {
- 'sources!': [
- 'utility/importer/nss_decryptor.cc',
Ryan Sleevi 2014/07/11 01:05:33 Don't we still want to include this if on Linux, b
davidben 2014/07/11 13:50:50 Hrmf, yeah, you're right. Fixed and filed crbug.co
- ]
- }],
['OS!="win" and OS!="mac" and use_openssl==0', {
'dependencies': [
'../crypto/crypto.gyp:crypto',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698