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

Unified Diff: media/gpu/BUILD.gn

Issue 2864603002: Provide callback to create mojo AndroidOverlays to AVDA. (Closed)
Patch Set: fixed deps Created 3 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
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index 7947c370c9f443b064577a79f6f8a95125f91c09..ccb5110eb90f931b01ff0d800442df910d44d904 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -148,6 +148,8 @@ component("gpu") {
"//ui/gfx/geometry",
]
deps = [
+ "//media/mojo/clients:clients",
+ "//services/service_manager/public/cpp:cpp",
"//ui/base",
"//ui/display/types",
"//ui/gl",

Powered by Google App Engine
This is Rietveld 408576698