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

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

Issue 1997083003: media: Fix gn deps on some media/ targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « media/mojo/interfaces/audio_parameters.typemap ('k') | media/mojo/services/mojo_cdm_allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index 510ec1cec6d63feeaa04e6935ace37339b1b6329..89e45dafaad8bdf3189b9244084f5f9e67f4258a 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -81,6 +81,7 @@ source_set("proxy") {
"//mojo/public/c/system:for_component",
"//services/shell/public/cpp:sources",
"//services/shell/public/interfaces",
+ "//ui/gfx/geometry/mojo",
]
}
@@ -128,6 +129,7 @@ component("services") {
deps = [
"//base",
"//media",
+ "//media:cdm_api",
"//media:shared_memory_support",
"//media/mojo/common",
"//media/mojo/interfaces",
@@ -136,6 +138,7 @@ component("services") {
"//services/shell/public/cpp",
"//services/shell/public/cpp:sources",
"//services/shell/public/interfaces",
+ "//ui/gfx/geometry/mojo",
"//url",
]
« no previous file with comments | « media/mojo/interfaces/audio_parameters.typemap ('k') | media/mojo/services/mojo_cdm_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698