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

Unified Diff: chrome/chrome_browser.gypi

Issue 10919185: Implement RemovableDeviceNotifications for Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix threading Created 8 years, 3 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 104e33be2e8e2792400fb96e204576f912ff82d3..727a9c0be20cd5673068d36df927811dff7087a6 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1872,6 +1872,8 @@
'browser/sync/sync_ui_util_mac.h',
'browser/sync/sync_ui_util_mac.mm',
'browser/sync/user_selectable_sync_type.h',
+ 'browser/system_monitor/disk_info_mac.h',
+ 'browser/system_monitor/disk_info_mac.mm',
'browser/system_monitor/media_device_notifications_chromeos.cc',
'browser/system_monitor/media_device_notifications_chromeos.h',
'browser/system_monitor/media_device_notifications_utils.cc',
@@ -1883,6 +1885,8 @@
'browser/system_monitor/media_storage_util_linux.cc',
'browser/system_monitor/removable_device_notifications_linux.cc',
'browser/system_monitor/removable_device_notifications_linux.h',
+ 'browser/system_monitor/removable_device_notifications_mac.h',
+ 'browser/system_monitor/removable_device_notifications_mac.mm',
'browser/system_monitor/removable_device_notifications_window_win.cc',
'browser/system_monitor/removable_device_notifications_window_win.h',
'browser/tab_contents/background_contents.cc',

Powered by Google App Engine
This is Rietveld 408576698