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

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: rename component, and add stub wifi_credential_syncable_service Created 6 years, 2 months 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 a83440a7980b4784758bbb83141e50b13cdc65b2..273456560943869e8fd741daf64d1c7a190c46fb 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -261,6 +261,7 @@
'web_cache/browser/web_cache_manager_unittest.cc',
'web_modal/web_contents_modal_dialog_manager_unittest.cc',
'webdata/common/web_database_migration_unittest.cc',
+ 'wifi_sync/wifi_security_class_unittest.cc',
],
'include_dirs': [
'..',
@@ -448,6 +449,9 @@
# Dependencies of variations
'components.gyp:variations',
'components.gyp:variations_http_provider',
+
+ # Dependencies of wifi_sync
+ 'components.gyp:wifi_sync',
],
'conditions': [
['toolkit_views == 1', {

Powered by Google App Engine
This is Rietveld 408576698