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

Unified Diff: content/shell/BUILD.gn

Issue 2445433003: media: Enable encrypted media content browsertests when MojoCdm is used (Closed)
Patch Set: rebase only Created 4 years, 1 month 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: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 0f7b3c189442d01b61611f5eecbc417d0d33b36d..df332c73720f574d2bfd56ed53fcac9cb0f5bb16 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -201,6 +201,10 @@ static_library("content_shell_lib") {
"//build/config/compiler:no_size_t_to_int_warning",
]
+ if (enable_mojo_media) {
+ configs += [ "//media/mojo/services:mojo_media_config" ]
+ }
+
defines = [ "CONTENT_SHELL_VERSION=\"$content_shell_version\"" ]
public_deps = [
« no previous file with comments | « content/browser/media/encrypted_media_browsertest.cc ('k') | content/shell/renderer/shell_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698