summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
authorvandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-29 23:42:22 +0000
committervandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-29 23:42:22 +0000
commitc2cab5528181d515e195ef5f31768e88cd15fbbd (patch)
tree3baa3c0f732a655d9e3fc4ad06ef46bdf411ba47 /content/content_browser.gypi
parent95c796556ae6415b71b364c1bfd6257e8ca3a38e (diff)
downloadchromium_src-c2cab5528181d515e195ef5f31768e88cd15fbbd.zip
chromium_src-c2cab5528181d515e195ef5f31768e88cd15fbbd.tar.gz
chromium_src-c2cab5528181d515e195ef5f31768e88cd15fbbd.tar.bz2
Add Media device notification to SystemMonitor and Mac impl
BUG=110400 TEST=run chrome with -v=1, attach and a mass storage media device and observe the log entries for the attach and detach events. Review URL: https://chromiumcodereview.appspot.com/9363008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi7
1 files changed, 7 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index da3b633..de9bab4 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -374,6 +374,8 @@
'browser/load_from_memory_cache_details.cc',
'browser/load_from_memory_cache_details.h',
'browser/load_notification_details.h',
+ 'browser/mac/media_device_notifications.h',
+ 'browser/mac/media_device_notifications.mm',
'browser/mach_broker_mac.cc',
'browser/mach_broker_mac.h',
'browser/mime_registry_message_filter.cc',
@@ -782,6 +784,11 @@
'../third_party/mozilla/NSPasteboard+Utils.h',
'../third_party/mozilla/NSPasteboard+Utils.mm',
],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework',
+ ],
+ },
'dependencies': [
'closure_blocks_leopard_compat',
],