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

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

Issue 2189533002: Add media Remoter mojo interface and RendererWMPDelegate accessor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add GYP target/deps. Created 4 years, 5 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
Index: media/mojo/interfaces/mojo_bindings.gyp
diff --git a/media/mojo/interfaces/mojo_bindings.gyp b/media/mojo/interfaces/mojo_bindings.gyp
index cca7f6d308ff53e3a89f1a8c1e4c1e9e2a7f8e7d..8dee05d786270b3ce032d6675ae1e2772aff1990 100644
--- a/media/mojo/interfaces/mojo_bindings.gyp
+++ b/media/mojo/interfaces/mojo_bindings.gyp
@@ -100,5 +100,16 @@
'image_capture.mojom',
],
},
+ {
+ # GN version: //media/mojo/interfaces:remoter
+ 'target_name': 'remoter_mojo_bindings',
+ 'type': 'static_library',
+ 'includes': [
+ '../../../mojo/mojom_bindings_generator.gypi',
+ ],
+ 'sources': [
+ 'remoter.mojom',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698