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

Unified Diff: content/content_browser.gypi

Issue 335993002: Convert MIDI permission requests to use WebContents in preparation for switching the code to using … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/common/media/midi_messages.h ('k') | content/content_tests.gypi » ('j') | 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 ee4d29036ffcdf54785638f931bc490afc346733..5d59e5a5facc6e4790591201d7f596b68998682f 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -779,6 +779,10 @@
'browser/media/media_internals_proxy.h',
'browser/media/media_internals_ui.cc',
'browser/media/media_internals_ui.h',
+ 'browser/media/midi_dispatcher_host.cc',
+ 'browser/media/midi_dispatcher_host.h',
+ 'browser/media/midi_host.cc',
+ 'browser/media/midi_host.h',
'browser/media/webrtc_identity_store.cc',
'browser/media/webrtc_identity_store.h',
'browser/media/webrtc_identity_store_backend.cc',
@@ -943,10 +947,6 @@
'browser/renderer_host/media/media_stream_track_metrics_host.h',
'browser/renderer_host/media/media_stream_ui_proxy.cc',
'browser/renderer_host/media/media_stream_ui_proxy.h',
- 'browser/renderer_host/media/midi_dispatcher_host.cc',
- 'browser/renderer_host/media/midi_dispatcher_host.h',
- 'browser/renderer_host/media/midi_host.cc',
- 'browser/renderer_host/media/midi_host.h',
'browser/renderer_host/media/video_capture_buffer_pool.cc',
'browser/renderer_host/media/video_capture_buffer_pool.h',
'browser/renderer_host/media/video_capture_controller.cc',
« no previous file with comments | « content/common/media/midi_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698