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

Unified Diff: content/content_browser.gypi

Issue 9363008: Add Media device notification to SystemMonitor and Mac impl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Type Created 8 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 | « content/browser/mac/media_device_notifications.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 9e56c02c2700a6a23247d3bb1dd3a3c5cde663cc..7e8edc9d476f69d324f4ad1bac6d4f6d0e2b2fef 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',
@@ -784,6 +786,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',
],
« no previous file with comments | « content/browser/mac/media_device_notifications.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698