commit | ec992a43e7fc9133a4c589da773ea46c552dbe16 | [log] [tgz] |
---|---|---|
author | John Rummell <[email protected]> | Mon Sep 09 22:23:42 2019 |
committer | Commit Bot <[email protected]> | Mon Sep 09 22:23:42 2019 |
tree | baf1730d21eb8fe0bc216b9f23d5ab67d79308f7 | |
parent | f80f259f520e99f19c463a8e99ef36d099b8c2ad [diff] |
Remove assert from Widevine build files This is breaking partners who want to build Chromium with Widevine enabled and only get Widevine through the component updater. This was added in commit 90c6eb51 (https://chromium.googlesource.com/chromium/src/+/90c6eb5176bf1347001dde9edd27aa8b70b74186) Bug: 971433 Test: compiles Change-Id: I59158db398b9062084770a8850345da0d030d9dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1793256 Commit-Queue: John Rummell <[email protected]> Reviewed-by: Xiaohan Wang <[email protected]> Cr-Commit-Position: refs/heads/master@{#694949}
diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn index 18177ec..ed0e2f5 100644 --- a/third_party/widevine/cdm/BUILD.gn +++ b/third_party/widevine/cdm/BUILD.gn
@@ -106,8 +106,6 @@ ] } } else { - assert(!enable_widevine_cdm_component, - "Widevine as a component requires a manifest.") group("widevine_cdm_manifest_and_license") { # NOP }