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

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
« no previous file with comments | « chrome/browser/storage_monitor/volume_mount_watcher_win.h ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 5ec1d7680445664b242f174d4962007219e5058e..08c890bc2041b557db828b91c32896c945ea4cb0 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1935,14 +1935,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_win.cc',
+ 'browser/storage_monitor/storage_monitor_win.h',
'browser/storage_monitor/removable_storage_observer.h',
'browser/storage_monitor/storage_monitor.cc',
'browser/storage_monitor/storage_monitor.h',
@@ -2558,8 +2558,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'],
« no previous file with comments | « chrome/browser/storage_monitor/volume_mount_watcher_win.h ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698