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

Unified Diff: media/mojo/clients/BUILD.gn

Issue 2765443004: AndroidOverlay implementation using Dialog. (Closed)
Patch Set: make findbugs happy 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/clients/BUILD.gn
diff --git a/media/mojo/clients/BUILD.gn b/media/mojo/clients/BUILD.gn
index 05ec88c6b1c6994d5c7fb92a10d8d25bab9d7679..c77785e02034c52ccfc979675681b3145ed8a056 100644
--- a/media/mojo/clients/BUILD.gn
+++ b/media/mojo/clients/BUILD.gn
@@ -15,6 +15,9 @@ source_set("clients") {
"//media/mojo/services:*",
"//media/test/*",
+
+ # TODO(liberato): can we avoid this?
+ "//content/test/*",
]
sources = [

Powered by Google App Engine
This is Rietveld 408576698