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

Unified Diff: media/mojo/BUILD.gn

Issue 2688193002: Mojo framework for AndroidOverlay. (Closed)
Patch Set: BUILD.gn fixes 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/BUILD.gn
diff --git a/media/mojo/BUILD.gn b/media/mojo/BUILD.gn
index 8ac65b347cf68ddfe598779db0131f8af791a576..f8f01cd042bb0b2873805a67c5607bf791f80699 100644
--- a/media/mojo/BUILD.gn
+++ b/media/mojo/BUILD.gn
@@ -17,6 +17,10 @@ source_set("unit_tests") {
"services/strong_binding_set_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