DescriptionFix gn check errors for bookmarks component with OS=android
If you run the following command line, you will get errors like this:
$ gn check
ERROR at //components/bookmarks/common/android/bookmark_id.h:10:11: Include not allowed.
^-----------------------------
It is not in any dependency of
//components/bookmarks/common/android:android
The include file is in the target(s):
//base:base
which should somehow be reachable.
BUG=502447, 367595
Committed: https://crrev.com/94a102c5c17bdc95d769b88d5ab187c663001477
Cr-Commit-Position: refs/heads/master@{#337720}
Patch Set 1 #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 9 (3 generated)
|