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

Unified Diff: media/mojo/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/base/android/android_overlay_factory.h ('k') | media/mojo/clients/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/BUILD.gn
diff --git a/media/mojo/BUILD.gn b/media/mojo/BUILD.gn
index 16556b28a3290c26017e140c2c3a5c01c1ebe16a..ea9f7f1d6502d99f325ba64db1f0545166a599ad 100644
--- a/media/mojo/BUILD.gn
+++ b/media/mojo/BUILD.gn
@@ -18,6 +18,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",
« no previous file with comments | « media/base/android/android_overlay_factory.h ('k') | media/mojo/clients/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698