commit | 46702c5bb36219c48e1cc68c00d373b0482cd0b5 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Wed Dec 27 15:35:24 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Dec 27 16:56:27 2017 |
tree | 3daf6ace16c5f64615f1a3080a83d57710ec5350 | |
parent | 0a589f688e818fc84a2a44fffe3a40dcc68e3b4d [diff] |
Remove non-ios code from ui/base's ios build Touch code isn't used by ios so should not be compiled. In jumbo builds some touch symbols but not others ended up in an object file and then the ios linker got unhappy. This used to work by "luck" (i.e. if not a single symbol is used in an object file, then it doesn't matter if that object file refers to non-existing symbols). Bug: 773275 Change-Id: I08ea7005665a62728aeac1bf7cce16bca8be8402 Reviewed-on: https://chromium-review.googlesource.com/844714 Commit-Queue: Daniel Bratell <bratell@opera.com> Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#526228}
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 .