commit | c20a850a701b9212fdc0d2417851fece251d03b7 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Mon Mar 18 16:45:13 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 18 16:45:13 2019 |
tree | c0eb1f27447f5098315c19a236008afdd147070e | |
parent | 09826b0516c6a38645c08242dad22b6f48bc05e4 [diff] |
Add a missing dependency in content/common/native_types Some code use ui/events/blink/did_overscroll_params.h and ui/events/blink/web_input_event_traits.h so there needs to be a dependency to "//ui/events/blink" which declares those headers. Missing dependency found with a gn check --check-generated (new feature just added to gn, see gn:57). Exact errors: ERROR at //out/Default/gen/content/common/input/input_handler.mojom.h:78:11: Include not allowed. ^-------------------------------------- It is not in any dependency of //content/common:mojo_bindings The include file is in the target(s): //ui/events/blink:blink which should somehow be reachable. ___________________ ERROR at //out/Default/gen/content/common/input/input_handler.mojom.h:79:11: Include not allowed. ^--------------------------------------- It is not in any dependency of //content/common:mojo_bindings The include file is in the target(s): //ui/events/blink:blink which should somehow be reachable. ___________________ Bug: 938893 Change-Id: I3c2001e5cfe4d7a5cd6334cb1162b15ca97a6a2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1528185 Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#641649}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .