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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 23816006: Exclude networking_private_crypto.cc and networking_private_crypto_unittest.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 3 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 | « chrome/chrome_browser_extensions.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
===================================================================
--- chrome/chrome_tests_unit.gypi (revision 221812)
+++ chrome/chrome_tests_unit.gypi (working copy)
@@ -2619,6 +2619,10 @@
],
}],
['use_openssl==1', {
+ 'sources!': [
+ # networking_private_crypto.cc uses NSS functions.
+ 'browser/extensions/api/networking_private/networking_private_crypto_unittest.cc',
+ ],
'sources/': [
# OpenSSL build does not support firefox importer. See
# http://crbug.com/64926
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698