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

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

Issue 2688193002: Mojo framework for AndroidOverlay. (Closed)
Patch Set: cl comments, refactored MojoAndroidOverlay to inherit from mojom:... Created 3 years, 10 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/interfaces/BUILD.gn
diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
index 4480ae62364c663b22b4b243dc0abb917fa0f3e9..405d383f00db0b2651a9feed39db9f98daafbb7c 100644
--- a/media/mojo/interfaces/BUILD.gn
+++ b/media/mojo/interfaces/BUILD.gn
@@ -25,6 +25,10 @@ mojom("interfaces") {
sources += [ "platform_verification.mojom" ]
}
+ if (is_android) {
+ sources += [ "android_overlay.mojom" ]
+ }
+
public_deps = [
"//mojo/common:common_custom_types",
"//services/service_manager/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698