DescriptionFix gn check errors for storage/common:common
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 //storage/common/fileapi/file_system_util.h:17:11: Include not allowed.
^------------------------------------------------
It is not in any dependency of
//storage/common:common
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/deb02768bf9805279461259119a845aa2c734e25
Cr-Commit-Position: refs/heads/master@{#337904}
Patch Set 1 #Patch Set 2 : depend on blink_headers rather than blink #
Depends on Patchset: Messages
Total messages: 9 (2 generated)
|