commit | c5fcdd0ce8d04569d054322ca21f37272d07005a | [log] [tgz] |
---|---|---|
author | brettw <[email protected]> | Wed Oct 12 07:25:12 2016 |
committer | Commit bot <[email protected]> | Wed Oct 12 07:27:10 2016 |
tree | 8ff502211d10ee4d428ba9cde2a4a5ca73b74417 | |
parent | bd29d296277d9115186c6f76e1cebce4eaefc2fc [diff] |
Move ENABLE_PEPPER_CDMS to a buildflag header. Removes the global build flag and #define and converts to a buildflag header in ppapi/features. A new target "//third_party/widevine/cdm:headers" was added since widevine_cdm_version.h was unreferenced in the build. Given that this file now requires //ppapi/features we really need "gn check" to work on it. I made the existing users of ":version_h" reference this new target which encompasses the public headers of the widevine CDM. [email protected] (original reviewer) [email protected] (render_messages.h owners) [email protected] (widevine owners) Reland of http://crrev.com/2411433002 with official build fix. Review-Url: https://codereview.chromium.org/2409423002 Cr-Commit-Position: refs/heads/master@{#424687}