| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 5f75c138df06b3bf62e34c3ef84fac24baed5c08..8299d57d20a51d0ce5203637363e384cf38c318d 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -1104,15 +1104,15 @@
|
| 'browser/storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc',
|
| 'browser/storage_monitor/mock_removable_storage_observer.cc',
|
| 'browser/storage_monitor/mock_removable_storage_observer.h',
|
| - 'browser/storage_monitor/removable_device_notifications_chromeos_unittest.cc',
|
| - 'browser/storage_monitor/removable_device_notifications_linux_unittest.cc',
|
| - 'browser/storage_monitor/removable_device_notifications_mac_unittest.mm',
|
| - 'browser/storage_monitor/removable_device_notifications_window_win_unittest.cc',
|
| + 'browser/storage_monitor/storage_monitor_chromeos_unittest.cc',
|
| + 'browser/storage_monitor/storage_monitor_linux_unittest.cc',
|
| + 'browser/storage_monitor/storage_monitor_mac_unittest.mm',
|
| + 'browser/storage_monitor/storage_monitor_window_win_unittest.cc',
|
| 'browser/storage_monitor/storage_monitor_unittest.cc',
|
| 'browser/storage_monitor/test_portable_device_watcher_win.cc',
|
| 'browser/storage_monitor/test_portable_device_watcher_win.h',
|
| - 'browser/storage_monitor/test_removable_device_notifications_window_win.cc',
|
| - 'browser/storage_monitor/test_removable_device_notifications_window_win.h',
|
| + 'browser/storage_monitor/test_storage_monitor_window_win.cc',
|
| + 'browser/storage_monitor/test_storage_monitor_window_win.h',
|
| 'browser/storage_monitor/test_volume_mount_watcher_win.cc',
|
| 'browser/storage_monitor/test_volume_mount_watcher_win.h',
|
| 'browser/sync/about_sync_util_unittest.cc',
|
| @@ -1910,7 +1910,7 @@
|
| ['exclude', '^browser/policy/user_cloud_policy_store_unittest.cc'],
|
| ['exclude', '^browser/policy/user_policy_signin_service_unittest.cc'],
|
| ['exclude', '^browser/safe_browsing/download_protection_service_unittest.cc' ],
|
| - ['exclude', '^browser/storage_monitor/removable_device_notifications_linux_unittest.cc'],
|
| + ['exclude', '^browser/storage_monitor/storage_monitor_linux_unittest.cc'],
|
| ],
|
| 'sources': [
|
| 'browser/ui/webui/feedback_ui_unittest.cc',
|
|
|