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

Unified Diff: components/components_tests.gyp

Issue 675993005: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: remove stub wifi_credential_syncable_service Created 6 years, 1 month 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 7dbcbd89628d4dd92edcb15f6e7754c2dcbb5351..89fa8ccabaacb4c3d32099d523885039ec122079 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -466,6 +466,14 @@
'components.gyp:variations_http_provider',
],
'conditions': [
+ ['chromeos == 1', {
+ 'sources': [
+ 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
+ ],
+ 'dependencies': [
+ 'components.gyp:wifi_sync',
+ ]
+ }],
['toolkit_views == 1', {
'sources': [
'bookmarks/browser/bookmark_node_data_unittest.cc',
« no previous file with comments | « components/components.gyp ('k') | components/wifi_sync.gypi » ('j') | components/wifi_sync.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698