Index: components/components_tests.gyp |
diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
index 5d543bbd482ae1577bfe5e6548ab1deb1e95b70e..36c6a168a873de9f1ede339ced1fa3d991192019 100644 |
--- a/components/components_tests.gyp |
+++ b/components/components_tests.gyp |
@@ -465,8 +465,16 @@ |
# Dependencies of variations |
'components.gyp:variations', |
'components.gyp:variations_http_provider', |
+ |
+ # Dependencies of wifi_sync |
+ 'components.gyp:wifi_sync', |
], |
'conditions': [ |
+ ['chromeos == 1', { |
+ 'sources': [ |
+ 'wifi_sync/wifi_security_class_chromeos_unittest.cc', |
+ ], |
+ }], |
['toolkit_views == 1', { |
'sources': [ |
'bookmarks/browser/bookmark_node_data_unittest.cc', |