commit | 8c9a63e1b68dccd8dab4e4b093dcea3f31d60163 | [log] [tgz] |
---|---|---|
author | sbc <[email protected]> | Mon Oct 10 18:40:36 2016 |
committer | Commit bot <[email protected]> | Mon Oct 10 18:43:21 2016 |
tree | b3cad98742f159889143c7e6fb23ff76de0db337 | |
parent | f77595f33b4ad570f991a65f7ca8fc920d405f68 [diff] |
Fix gn installer/linux/BUILD.gn with target_arch=arm Widevine is only available for x86 and x64 on linux. This check was mistakenly removed in: https://codereview.chromium.org/2395673002 The widevine shared libraries are not buildable for other architectures currently (see //third_party/widevine/cdm/BUILD.gn). TEST=gn gen with target_cpu=arm and enable_linux_installer = true BUG=653900 Review-Url: https://codereview.chromium.org/2401033003 Cr-Commit-Position: refs/heads/master@{#424198}