Skip to content

Commit

Permalink
fixup! Support widevine
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Nov 22, 2020
1 parent bb42b23 commit c1633ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/widevine/cdm/widevine.gni
Expand Up @@ -10,7 +10,7 @@ declare_args() {
# on Android and Fuchsia platforms.
# Can be optionally enabled in Chromium on non-Android platforms. Please see
# //src/third_party/widevine/LICENSE file for details.
enable_widevine = is_chrome_branded || is_android || is_fuchsia
enable_widevine = true #is_chrome_branded || is_android || is_fuchsia
}

# Disable Widevine when running linux-chromeos.
Expand Down

0 comments on commit c1633ee

Please sign in to comment.