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

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

Issue 684963003: Add support for external video renderers in mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_config
Patch Set: Created 6 years, 2 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/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index f55866618ecb4d5d28ebcafdf1cbfe635f985541..6787d1fb26cb49ddf5a1312b9839a82f77317528 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -10,8 +10,10 @@ source_set("lib") {
"//media",
"//media/mojo/interfaces",
"//mojo/common",
+ "//mojo/converters/geometry",
"//mojo/environment:chromium",
"//mojo/public/c/system:for_component",
+ "//skia",
]
sources = [

Powered by Google App Engine
This is Rietveld 408576698