| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index dd9c4939c775e02693ad73977339c419539bd7fd..20dc29aa62d963aad45d6420d8cd8d190014586a 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -1934,14 +1934,14 @@
|
| 'browser/storage_monitor/portable_device_watcher_win.h',
|
| 'browser/storage_monitor/removable_device_constants.cc',
|
| 'browser/storage_monitor/removable_device_constants.h',
|
| - 'browser/storage_monitor/removable_device_notifications_chromeos.cc',
|
| - 'browser/storage_monitor/removable_device_notifications_chromeos.h',
|
| - 'browser/storage_monitor/removable_device_notifications_linux.cc',
|
| - 'browser/storage_monitor/removable_device_notifications_linux.h',
|
| - 'browser/storage_monitor/removable_device_notifications_mac.h',
|
| - 'browser/storage_monitor/removable_device_notifications_mac.mm',
|
| - 'browser/storage_monitor/removable_device_notifications_window_win.cc',
|
| - 'browser/storage_monitor/removable_device_notifications_window_win.h',
|
| + 'browser/storage_monitor/storage_monitor_chromeos.cc',
|
| + 'browser/storage_monitor/storage_monitor_chromeos.h',
|
| + 'browser/storage_monitor/storage_monitor_linux.cc',
|
| + 'browser/storage_monitor/storage_monitor_linux.h',
|
| + 'browser/storage_monitor/storage_monitor_mac.h',
|
| + 'browser/storage_monitor/storage_monitor_mac.mm',
|
| + 'browser/storage_monitor/storage_monitor_window_win.cc',
|
| + 'browser/storage_monitor/storage_monitor_window_win.h',
|
| 'browser/storage_monitor/removable_storage_observer.h',
|
| 'browser/storage_monitor/storage_monitor.cc',
|
| 'browser/storage_monitor/storage_monitor.h',
|
| @@ -2557,8 +2557,8 @@
|
| ['exclude', 'browser/policy/user_policy_signin_service_factory.cc'],
|
| ['exclude', 'browser/policy/user_policy_signin_service_factory.h'],
|
| ['exclude', 'browser/speech/tts_linux.cc'],
|
| - ['exclude', 'browser/storage_monitor/removable_device_notifications_linux.cc'],
|
| - ['exclude', 'browser/storage_monitor/removable_device_notifications_linux.h'],
|
| + ['exclude', 'browser/storage_monitor/storage_monitor_linux.cc'],
|
| + ['exclude', 'browser/storage_monitor/storage_monitor_linux.h'],
|
| ['exclude', 'browser/ui/webui/help/version_updater_basic.cc'],
|
| ['exclude', 'browser/ui/webui/help/version_updater_basic.h'],
|
| ['exclude', 'browser/upgrade_detector_impl.cc'],
|
|
|