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

Unified Diff: media/media.gyp

Issue 861033003: [WIP][NotForLand]: Use Mojo for WebMIDI IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « media/DEPS ('k') | media/midi/midi_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 937e7ac001daeb04be67e1334e1434a347d0cd11..ba24dc63baf28e8a549d905ea824cf3b90822e75 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -69,6 +69,7 @@
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../url/url.gyp:url_lib',
+ 'media_mojo_bindings',
'shared_memory_support',
],
'defines': [
@@ -508,6 +509,8 @@
'midi/midi_message_util.h',
'midi/midi_port_info.cc',
'midi/midi_port_info.h',
+ 'midi/midi_service_impl.cc',
+ 'midi/midi_service_impl.h',
'midi/usb_midi_descriptor_parser.cc',
'midi/usb_midi_descriptor_parser.h',
'midi/usb_midi_device.h',
@@ -1098,6 +1101,17 @@
], # target_conditions
},
{
+ # TODO(bashi): Write GN version
+ 'target_name': 'media_mojo_bindings',
+ 'type': 'static_library',
+ 'includes': [
+ '../third_party/mojo/mojom_bindings_generator.gypi',
+ ],
+ 'sources': [
+ 'midi/midi_service.mojom',
+ ],
+ },
+ {
# GN version: //media:media_unittests
'target_name': 'media_unittests',
'type': '<(gtest_target_type)',
« no previous file with comments | « media/DEPS ('k') | media/midi/midi_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698