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

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

Issue 2115603002: Use FFmpegVideoDecoder from a UtilityProcess (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error on win Created 4 years 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 c2f93d7e3463eb5b3a384af11395aa7ef0de7fb3..9d03af6d746f3120ebfbd6a8add7fe3da9ec3abb 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -84,6 +84,8 @@ component("services") {
"strong_binding_set.h",
"test_mojo_media_client.cc",
"test_mojo_media_client.h",
+ "utility_mojo_media_client.cc",
+ "utility_mojo_media_client.h",
]
defines = [ "MEDIA_MOJO_IMPLEMENTATION" ]

Powered by Google App Engine
This is Rietveld 408576698