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

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: update commit message 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 5d543bbd482ae1577bfe5e6548ab1deb1e95b70e..5af4c854fb31208a4e896281867d04ecf258b85d 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -270,6 +270,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_credential_syncable_service_unittest.cc',
],
'include_dirs': [
'..',
@@ -465,6 +466,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