DescriptionWork around gyp nested merge problem in shim_headers.gypi.
Workaround for ICU build problem in Android WebView. ICU includes
shim_headers.gypi inside a conditions block, which causes one extra
level of + to be stripped, which causes the resulting include dir to be
added at the end, not the start, of the include path. The compiler was
then picking up the wrong headers for the library. Fix by duplicating
the include_dirs block with one extra plus; gyp will de-duplicate the
result in favour of the earlier one.
BUG=263818
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213470
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|