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

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: fix style issues, and unnecessary virtual functions 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 7dbcbd89628d4dd92edcb15f6e7754c2dcbb5351..c2abf370f77e6750f3a22b1dae5550a1fe54c63f 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_security_class_unittest.cc',
],
'include_dirs': [
'..',
@@ -464,6 +465,9 @@
# Dependencies of variations
'components.gyp:variations',
'components.gyp:variations_http_provider',
+
+ # Dependencies of wifi_sync
+ 'components.gyp:wifi_sync',
],
'conditions': [
['toolkit_views == 1', {
« 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