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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 1970643002: ParamTraits version of https://codereview.chromium.org/1896883002/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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/common/resource_messages.cc ('k') | content/public/common/common_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common_mojo_bindings.gyp
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
index 8f0a5eb1fb7ecd6ada17321a38e1c2b06ff570e0..d0551c399b368bf3449618408bb1aa9aaf11f013 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -15,6 +15,8 @@
'common/background_sync_service.mojom',
'common/image_downloader/image_downloader.mojom',
'common/leveldb_wrapper.mojom',
+ 'common/media/audio_output.mojom',
+ 'common/media/audio_parameters.mojom',
'common/presentation/presentation_service.mojom',
'common/process_control.mojom',
'common/render_frame_setup.mojom',
@@ -29,6 +31,7 @@
'mojom_typemaps': [
'../url/mojo/gurl.typemap',
'../url/mojo/origin.typemap',
+ 'common/media/audio_parameters.typemap',
],
},
'dependencies': [
« no previous file with comments | « content/common/resource_messages.cc ('k') | content/public/common/common_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698