| 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',
|
| ],
|
|
|