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

Unified Diff: media/mojo/services/BUILD.gn

Issue 2382103002: media: Add GpuMojoMediaClient. (Closed)
Patch Set: Add GpuMojoMediaClient. Created 4 years, 1 month 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/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index e098339b102b457b18faf7297507a4161466c168..2b140ab37fc7e5736101475e614165295aba76a3 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -52,6 +52,8 @@ component("services") {
sources = [
"demuxer_stream_provider_shim.cc",
"demuxer_stream_provider_shim.h",
+ "gpu_mojo_media_client.cc",
+ "gpu_mojo_media_client.h",
sandersd (OOO until July 31) 2016/11/22 23:12:16 Main deps concern is here, since the GpuMojoMediaC
xhwang 2016/11/23 06:58:03 Thanks for bringing this up. Either way it looks g
sandersd (OOO until July 31) 2016/11/23 21:21:02 In that case I'll just keep going, and we can worr
"interface_factory_impl.cc",
"interface_factory_impl.h",
"media_mojo_export.h",

Powered by Google App Engine
This is Rietveld 408576698