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

Unified Diff: media/mojo/BUILD.gn

Issue 2688193002: Mojo framework for AndroidOverlay. (Closed)
Patch Set: replaced frame id, pid with token 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
Index: media/mojo/BUILD.gn
diff --git a/media/mojo/BUILD.gn b/media/mojo/BUILD.gn
index 20257abfdd56d9db44e24ee74d602fcc76dd32c2..edee60473e3ad3c726d09b39a25639a41cff3285 100644
--- a/media/mojo/BUILD.gn
+++ b/media/mojo/BUILD.gn
@@ -16,6 +16,10 @@ source_set("unit_tests") {
"services/mojo_cdm_allocator_unittest.cc",
]
+ if (is_android) {
+ sources += [ "clients/mojo_android_overlay_unittest.cc" ]
+ }
+
deps = [
"//base",
"//base/test:test_support",

Powered by Google App Engine
This is Rietveld 408576698