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

Unified Diff: content/test/BUILD.gn

Issue 2807743002: Fix a linker error when building content_unittests (Closed)
Patch Set: Created 3 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
« 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 03c74faed70e8a82c83d6a5ddce07cff934b6fad..1076f0dccb1931579712bbf5d10a472085253487 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1683,6 +1683,10 @@ test("content_unittests") {
]
}
+ if (enable_mojo_media) {
+ deps += [ "//media/mojo/services" ]
+ }
+
# Screen capture unit tests.
if (is_linux || is_mac || is_win) {
deps += [ "//third_party/libyuv" ]
« 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