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

Unified Diff: content/test/BUILD.gn

Issue 2695123002: Fix missing libyuv dependency on WebRTC unittests. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 9e50766e377bb4c28473e1dbc2be95d2d68b4b9e..27cf15ac6175551c38eaa2262eb64859defac8fb 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1639,6 +1639,7 @@ test("content_unittests") {
# Screen capture unit tests.
if (is_linux || is_mac || is_win) {
+ deps += [ "//third_party/libyuv" ]
sources += [ "../browser/media/capture/web_contents_video_capture_device_unittest.cc" ]
if (use_aura) {
sources += [ "../browser/media/capture/cursor_renderer_aura_unittest.cc" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698