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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 396463004: Implement NetworkingPrivateCrypto for OpenSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase across gyp/gn changes. 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 | « chrome/chrome_common.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 4651a50c44537edcb28ff5489946496727946c55..5431f635751b9f1208bae657735ad498cf857e5b 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -411,7 +411,6 @@
}],
['OS=="win" or OS=="mac"', {
'sources': [
- 'common/extensions/api/networking_private/networking_private_crypto_unittest.cc',
'common/media_galleries/picasa_test_util.cc',
'common/media_galleries/picasa_test_util.cc',
'common/media_galleries/pmp_test_util.cc',
@@ -2486,6 +2485,7 @@
'sources': [
'browser/media_galleries/fileapi/itunes_file_util_unittest.cc',
'browser/media_galleries/fileapi/picasa_file_util_unittest.cc',
+ 'common/extensions/api/networking_private/networking_private_crypto_unittest.cc',
'utility/media_galleries/itunes_library_parser_unittest.cc',
'utility/media_galleries/picasa_album_table_reader_unittest.cc',
'utility/media_galleries/picasa_albums_indexer_unittest.cc',
@@ -2758,10 +2758,6 @@
],
}],
['use_openssl==1', {
- 'sources!': [
- # networking_private_crypto.cc uses NSS functions.
- 'common/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_common.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698