summaryrefslogtreecommitdiffstats
path: root/media/media.gyp
diff options
context:
space:
mode:
authorcrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-22 00:55:52 +0000
committercrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-22 00:55:52 +0000
commit3940e87eaee6fb59800cffba475a294e3fa5c72c (patch)
tree615fe36029f356c946c1374ba604967741bd4912 /media/media.gyp
parent8fce311668977b966f21d61220dcdb2091375a16 (diff)
downloadchromium_src-3940e87eaee6fb59800cffba475a294e3fa5c72c.zip
chromium_src-3940e87eaee6fb59800cffba475a294e3fa5c72c.tar.gz
chromium_src-3940e87eaee6fb59800cffba475a294e3fa5c72c.tar.bz2
Implement Web MIDI API back-end
This involves browser-side support and IPC for sending and receiving MIDI messages. Initially support for OSX is included. BUG=163795 R=palmer@chromium.org, piman@chromium.org, scherkus@chromium.org Review URL: https://codereview.chromium.org/16025005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207983 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r--media/media.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/media/media.gyp b/media/media.gyp
index 486d112..d017913 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -373,6 +373,12 @@
'filters/video_renderer_base.h',
'filters/vpx_video_decoder.cc',
'filters/vpx_video_decoder.h',
+ 'midi/midi_manager.h',
+ 'midi/midi_manager.cc',
+ 'midi/midi_manager_mac.h',
+ 'midi/midi_manager_mac.cc',
+ 'midi/midi_port_info.h',
+ 'midi/midi_port_info.cc',
'video/capture/android/video_capture_device_android.cc',
'video/capture/android/video_capture_device_android.h',
'video/capture/fake_video_capture_device.cc',
@@ -535,6 +541,7 @@
'$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework',
'$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework',
'$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework',
+ '$(SDKROOT)/System/Library/Frameworks/CoreMIDI.framework',
],
},
}],
@@ -747,6 +754,7 @@
'$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework',
'$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
'$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework',
+ '$(SDKROOT)/System/Library/Frameworks/CoreMIDI.framework',
'$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework',
'$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
'$(SDKROOT)/System/Library/Frameworks/QTKit.framework',