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

Unified Diff: media/base/android/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/base/android/BUILD.gn
diff --git a/media/base/android/BUILD.gn b/media/base/android/BUILD.gn
index e38a39be1798b3a7ab294278a55f2f9a31616d3b..36d68bbd991708d89163d04ecdf098827dae22e3 100644
--- a/media/base/android/BUILD.gn
+++ b/media/base/android/BUILD.gn
@@ -16,6 +16,9 @@ if (is_android) {
sources = [
"android_cdm_factory.cc",
"android_cdm_factory.h",
+ "android_overlay.cc",
+ "android_overlay.h",
+ "android_overlay_factory.h",
"media_client_android.cc",
"media_client_android.h",
"media_codec_bridge.h",

Powered by Google App Engine
This is Rietveld 408576698