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

Unified Diff: media/mojo/interfaces/mojo_bindings.gyp

Issue 1930393002: Switch stream creation and closing in Chrome audio rendering from IPC to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unique_ptr for Binding Created 4 years, 7 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/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/mojo_bindings.gyp
diff --git a/media/mojo/interfaces/mojo_bindings.gyp b/media/mojo/interfaces/mojo_bindings.gyp
index 8a4bdfe62062faa48fb6a9938f80ce37508f7310..6e069a412bf5b98b14b155a652e9ef8733720ae2 100644
--- a/media/mojo/interfaces/mojo_bindings.gyp
+++ b/media/mojo/interfaces/mojo_bindings.gyp
@@ -12,14 +12,14 @@
'audio_output.mojom',
'audio_parameters.mojom',
],
+ 'mojom_typemaps': [
+ 'audio_parameters.typemap',
+ ],
},
'dependencies': [
'../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
],
'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ],
- 'mojom_typemaps': [
- 'audio_parameters.typemap',
- ],
},
{
'target_name': 'audio_output_mojom_bindings',
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698