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

Unified Diff: chrome/chrome_browser.gypi

Issue 12382005: Rename RemovableDeviceNotifications=>StorageMonitor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 10 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: 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'],

Powered by Google App Engine
This is Rietveld 408576698