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

Unified Diff: components/components_tests.gyp

Issue 709683004: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-1-security-class
Patch Set: test integration with chromeos network settings backend Created 6 years 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
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',

Powered by Google App Engine
This is Rietveld 408576698