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

Unified Diff: media/mojo/BUILD.gn

Issue 2867633002: Fetch the surface from GpuSurfaceTracker for mojo AndroidOverlay. (Closed)
Patch Set: started checking surface obj Created 3 years, 7 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 | « no previous file | 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 ea9f7f1d6502d99f325ba64db1f0545166a599ad..2a35d7891880084c2f064fa2cf44d206155265b5 100644
--- a/media/mojo/BUILD.gn
+++ b/media/mojo/BUILD.gn
@@ -37,6 +37,13 @@ source_set("unit_tests") {
"//testing/gtest",
"//ui/gfx:test_support",
]
+
+ if (is_android) {
+ deps += [
+ "//gpu/ipc/common:common",
+ "//ui/gl:gl",
+ ]
+ }
}
test("media_mojo_unittests") {
« no previous file with comments | « no previous file | media/mojo/clients/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698