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

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

Issue 2688193002: Mojo framework for AndroidOverlay. (Closed)
Patch Set: fixed mojo manifest bug introduced by rebase Created 3 years, 9 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/BUILD.gn ('k') | media/mojo/clients/mojo_android_overlay.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/clients/BUILD.gn
diff --git a/media/mojo/clients/BUILD.gn b/media/mojo/clients/BUILD.gn
index e1d9bdf10eb69117512e756e1af34121bac4c8ff..05ec88c6b1c6994d5c7fb92a10d8d25bab9d7679 100644
--- a/media/mojo/clients/BUILD.gn
+++ b/media/mojo/clients/BUILD.gn
@@ -38,6 +38,15 @@ source_set("clients") {
"mojo_video_decoder.h",
]
+ if (is_android) {
+ sources += [
+ "mojo_android_overlay.cc",
+ "mojo_android_overlay.h",
+ "mojo_android_overlay_factory.cc",
+ "mojo_android_overlay_factory.h",
+ ]
+ }
+
public_configs = [ "//media/mojo/services:mojo_media_config" ]
public_deps = [
@@ -54,4 +63,8 @@ source_set("clients") {
"//mojo/common",
"//services/service_manager/public/cpp",
]
+
+ if (is_android) {
+ deps += [ "//ui/gl:gl" ]
+ }
}
« no previous file with comments | « media/mojo/BUILD.gn ('k') | media/mojo/clients/mojo_android_overlay.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698