commit | 29ea6db31644c8606352cec79d1b527acf4decc2 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Mon Apr 01 14:57:49 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Apr 01 14:57:49 2019 |
tree | 0659be4c748a9eab7a6f02243eed4c6b8a1de8c2 | |
parent | 205f2dd128b40619022297ef172086218e8d232e [diff] |
Missing deps for mojo type RenderPass A missing dependency for the mojo type RenderPass triggered this warning from git check --check-generated: ___________________ ERROR at //out/Default/gen/services/viz/public/interfaces/compositing/render_pass.mojom-forward.h:40:11: Can't include this header from here. #include "ui/gl/dc_renderer_layer_params.h" ^------------------------------- The target: //services/viz/public/interfaces:interfaces is including a file from the target: //ui/gl:gl It's usually best to depend directly on the destination target. In some cases, the destination target is considered a subcomponent of an intermediate target. In this case, the intermediate target should depend publicly on the destination to forward the ability to include headers. Dependency chain (there may also be others): //services/viz/public/interfaces:interfaces --> //components/viz/common:common --[private]--> //ui/gl:gl Bug: 938893 Change-Id: I79d10875dd308dd37c72efa29bd925ea4f511237 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538411 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#646310}
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 .