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

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: 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..760d2934a2ca9840ee4b941330f5fb168fd6d3e3 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -158,6 +158,7 @@
'metrics/persisted_logs_unittest.cc',
'metrics/profiler/profiler_metrics_provider_unittest.cc',
'navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
+ 'network_configuration/wifi_security_class_unittest.cc',
'network_time/network_time_tracker_unittest.cc',
'omaha_query_params/omaha_query_params_unittest.cc',
'omnibox/answers_cache_unittest.cc',
@@ -382,6 +383,9 @@
'components.gyp:metrics_profiler',
'components.gyp:metrics_test_support',
+ # Dependencies of network_configuration
+ 'components.gyp:network_configuration',
+
# Dependencies of network_time
'components.gyp:network_time',

Powered by Google App Engine
This is Rietveld 408576698