commit | fe65f77de303573dcbab18aeecb2d9e8c7cf0d11 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Thu Apr 04 04:35:18 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 04 04:35:18 2019 |
tree | ebb6c478e899093a5274cc3f5f49cc9f80e69617 | |
parent | 7d878145258a5839e6df20485af5945ccf03d9e0 [diff] |
Added missing dependencies in ui/base/ime/mojo The mojo types in ui/base/ime/mojo uses code in ui/base/ime so there should be a build dependency between the two. This was reported as an error by gn check --check-generated ERROR at //out/Default/gen/ui/base/ime/mojo/ime_types.mojom.h:49:11: Include not allowed. ^------------------------------ It is not in any dependency of //ui/base/ime/mojo:mojo The include file is in the target(s): //ui/base/ime:ime which should somehow be reachable. Bug: 938893 Change-Id: I568861a9eee801a76d77af6188f06293b8e9259e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1550447 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Daniel Bratell <bratell@opera.com> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#647621}
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 .