DescriptionFix gn check errors for webcrypto component
Once blink headers are added as sources (https://codereview.chromium.org/1222673004/), if you run the following
command line, you will get errors like this:
$ gn check
ERROR at //components/webcrypto/webcrypto_util.h:12:11: Include not allowed.
^------------------------------------------------------
It is not in any dependency of
//components/webcrypto:webcrypto
The include file is in the target(s):
//third_party/WebKit/public:blink_headers
which should somehow be reachable.
BUG=367595
Committed: https://crrev.com/aade26edc0daa8b63d012bd6fc2fa7e2483f35aa
Cr-Commit-Position: refs/heads/master@{#337726}
Patch Set 1 #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 7 (2 generated)
|