Skip to content

Commit

Permalink
Merge pull request #510 from brave/bsc-wv-host-verify-official-only
Browse files Browse the repository at this point in the history
Only include Widevine Host Verification on official builds
  • Loading branch information
ryanml committed Sep 26, 2018
1 parent ad370c1 commit 6abdc6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/media-media_options.gni.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/media/media_options.gni b/media/media_options.gni
index d8e20f62c19d34d036760883a02d3350aa696f1b..0d920ed8e57e1b4bbd928a937cec88b40b1fb18e 100644
index d8e20f62c19d34d036760883a02d3350aa696f1b..b50672e5e84652d896561af669cc712458cd2912 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -146,7 +146,7 @@ declare_args() {
# Enables host verification for CDMs.
# Windows and Mac.
enable_cdm_host_verification =
- enable_library_cdms && (is_mac || is_win) && is_chrome_branded
+ enable_library_cdms && (is_mac || is_win)
+ enable_library_cdms && (is_mac || is_win) && is_official_build

# Enable Storage ID which is used by CDMs. This is only available with chrome
# branding, but may be overridden by other embedders.

0 comments on commit 6abdc6e

Please sign in to comment.