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

Unified Diff: chrome/chrome_browser_extensions.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 | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_extensions.gypi
===================================================================
--- chrome/chrome_browser_extensions.gypi (revision 221812)
+++ chrome/chrome_browser_extensions.gypi (working copy)
@@ -999,6 +999,12 @@
}],
],
}],
+ ['use_openssl==1', {
+ 'sources!': [
+ # networking_private_crypto.cc uses NSS functions.
+ 'browser/extensions/api/networking_private/networking_private_crypto.cc',
+ ],
+ }],
['OS=="android"', {
'sources': [
'browser/extensions/extension_error_ui_android.cc',
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698