commit | ea37a1ae75a4b53819373f92a0aa68d2fa6952e1 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Thu Oct 25 15:19:54 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 25 15:19:54 2018 |
tree | a3c87c2ffcd83bd28de4434de4b4492af5be0181 | |
parent | 82c60d400248a6a8acacf00688f6e3fb88e3279c [diff] |
[libaddressinput] Make build system pass gn check There were some missing headers that gn check found in third_party/ced instead (string_util.h is a common name) and then complained that libaddressinput can't include files from third_party/ced. This adds those headers and some more. It doesn't add the public headers since those have no natural position in the dependency tree (used externally, and by util). Bug: 898837 Change-Id: Iec0d622c0da861d149f86267eebafa63221d3906 Reviewed-on: https://chromium-review.googlesource.com/c/1299000 Reviewed-by: Mathieu Perreault <mathp@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#602712}
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 .