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

Unified Diff: chrome/chrome_browser.gypi

Issue 14016002: Storage Monitor: Make StorageMonitorLinux own the MediaTransferProtocolManager. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix browser_tests Created 7 years, 8 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
===================================================================
--- chrome/chrome_browser.gypi (revision 194743)
+++ chrome/chrome_browser.gypi (working copy)
@@ -1819,6 +1819,7 @@
'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_storage_observer.h',
'browser/storage_monitor/storage_info.cc',
'browser/storage_monitor/storage_info.h',
'browser/storage_monitor/storage_monitor_chromeos.cc',
@@ -1829,9 +1830,11 @@
'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',
+ # TODO(thestig) Refactor StorageMonitor so these are test-only.
+ 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc',
+ 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.h',
'browser/storage_monitor/transient_device_ids.cc',
'browser/storage_monitor/transient_device_ids.h',
'browser/storage_monitor/udev_util_linux.cc',

Powered by Google App Engine
This is Rietveld 408576698