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

Unified Diff: media/mojo/interfaces/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/clients/mojo_android_overlay_unittest.cc ('k') | media/mojo/interfaces/android_overlay.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/BUILD.gn
diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
index 561d796a74166c9af5871848fe84a930ff4345b7..833c1579fce547984d417157c7beb71c71e8063b 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 = [
"//gpu/ipc/common:interfaces",
"//mojo/common:common_custom_types",
« no previous file with comments | « media/mojo/clients/mojo_android_overlay_unittest.cc ('k') | media/mojo/interfaces/android_overlay.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698