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

Unified Diff: media/media.gyp

Issue 22801007: Adds the UserInputMonitor implementation for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 800126b3a02cfeb8339a24e9a3960afc4ca9a188..794c83dc8246a81c083eb8a69cfb61f4e56e6dbe 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -785,6 +785,20 @@
],
}],
['OS=="mac"', {
+ 'sources': [
+ '../third_party/GTM/AppKit/GTMCarbonEvent.h',
+ '../third_party/GTM/AppKit/GTMCarbonEvent.m',
+ '../third_party/GTM/DebugUtils/GTMDebugSelectorValidation.h',
+ '../third_party/GTM/DebugUtils/GTMTypeCasting.h',
+ '../third_party/GTM/Foundation/GTMObjectSingleton.h',
+ '../third_party/GTM/GTMDefines.h',
+ ],
+ 'include_dirs': [
+ '../third_party/GTM',
+ '../third_party/GTM/AppKit',
+ '../third_party/GTM/DebugUtils',
+ '../third_party/GTM/Foundation',
+ ],
'link_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework',
« media/base/user_input_monitor_mac.mm ('K') | « media/base/user_input_monitor_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698