Index: chrome/chrome_tests_unit.gypi |
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
index 731652703d178a7de24a5c5f72b013db348c7050..39f0b184667772fd9c2a3c33d700690746b06a28 100644 |
--- a/chrome/chrome_tests_unit.gypi |
+++ b/chrome/chrome_tests_unit.gypi |
@@ -2426,6 +2426,11 @@ |
['OS=="win" or OS=="mac"', { |
'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ], |
}], |
+ ['OS=="win" or OS=="mac" or chromeos==1', { |
+ 'sources': [ |
+ 'common/extensions/api/networking_private/networking_private_crypto_unittest.cc', |
+ ], |
+ }], |
['enable_rlz!=0', { |
'dependencies': [ |
'../rlz/rlz.gyp:test_support_rlz', |