| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 6941840ec559d13192312c1e77ebc16e3a12cac3..a89259deac1bb93bb25d7d426ac2ee8c66ad6a82 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -416,6 +416,7 @@
|
| }],
|
| ['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',
|
| @@ -2471,7 +2472,6 @@
|
| '<(DEPTH)/third_party/wtl/include',
|
| ],
|
| 'sources': [
|
| - 'browser/extensions/api/networking_private/networking_private_crypto_unittest.cc',
|
| # TODO: It would be nice to have these pulled in
|
| # automatically from direct_dependent_settings in
|
| # their various targets (net.gyp:net_resources, etc.),
|
| @@ -2683,7 +2683,7 @@
|
| ['use_openssl==1', {
|
| 'sources!': [
|
| # networking_private_crypto.cc uses NSS functions.
|
| - 'browser/extensions/api/networking_private/networking_private_crypto_unittest.cc',
|
| + 'common/extensions/api/networking_private/networking_private_crypto_unittest.cc',
|
| ],
|
| 'sources/': [
|
| # OpenSSL build does not support firefox importer. See
|
|
|