commit | 2ecd66c696c46e255cd634d3175b1072f4499949 | [log] [tgz] |
---|---|---|
author | Nico Weber <thakis@chromium.org> | Thu Sep 12 14:21:58 2019 -0400 |
committer | Nico Weber <thakis@chromium.org> | Wed Sep 18 12:05:28 2019 +0000 |
tree | d61a6c41db6d5b95e3981a84956d835a529fba12 | |
parent | 948aa59b70ff9cca95aecec56d3658a04b8bdcc3 [diff] |
Remove a few TODO(GYP)s that look obsolete. It looks like nobody needed QNX support, so remove TODOs about adding this. Likewise, gyp used to support use_system_icu, which when set added `icu-config --ldflags` to ldflags and `icu-config --ldflags-libsonly` to libs. Apparently nobody missed it, so remove the TODO about it. It looks like distros now use https://cs.chromium.org/chromium/src/build/linux/unbundle/icu.gn for icu instead. Finally remove a comment referring to things being confusing in the gyp build. No behavior change. Bug: none Change-Id: Ibefd0998dc65ab1bcd88e3fa95a160debbd65149 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/deps/icu/+/1801855 Reviewed-by: Jungshik Shin <jshin@chromium.org>