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

Unified Diff: media/blink/BUILD.gn

Issue 1089143002: Make the Android GN debug component build actually build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add better comments about why components_{browser,unit}tests are disabled Created 5 years, 8 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/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index 3c195f361ff616a7f011efa0b639a6f8d2b3b30c..1005bd1aa950dc6a4c1163b11609a1217b323ecf 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -124,5 +124,9 @@ if (!is_mac) {
"video_frame_compositor_unittest.cc",
"webaudiosourceprovider_impl_unittest.cc",
]
+
+ if (is_android) {
+ deps += [ "//ui/gl" ]
+ }
}
}

Powered by Google App Engine
This is Rietveld 408576698