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

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: fix android_aosp build Created 6 years 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
« no previous file with comments | « components/components.gyp ('k') | components/wifi_sync.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 922964ef2d4912df063d62810524f6c08402f6d6..97e057dd52a5813cd09a4b8d9fde2eb74bf9844d 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -801,11 +801,15 @@
'sources': [
'pairing/message_buffer_unittest.cc',
'timers/alarm_timer_unittest.cc',
+ 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
],
'sources!': [
'storage_monitor/storage_monitor_linux_unittest.cc',
],
'dependencies': [
+ # Dependencies of wifi_sync
+ 'components.gyp:wifi_sync',
+
'components.gyp:pairing',
'../chromeos/chromeos.gyp:chromeos_test_support',
],
« no previous file with comments | « components/components.gyp ('k') | components/wifi_sync.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698