Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Issue 20083003: Work around gyp nested merge problem in shim_headers.gypi. (Closed)

Created:
7 years, 5 months ago by Torne
Modified:
7 years, 5 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Work 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M build/shim_headers.gypi View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Torne
See linked bug for a longer description of the problem. This is an urgent fix ...
7 years, 5 months ago (2013-07-24 15:14:17 UTC) #1
benm (inactive)
lgtm
7 years, 5 months ago (2013-07-24 15:21:04 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/torne@chromium.org/20083003/1
7 years, 5 months ago (2013-07-24 15:24:46 UTC) #3
commit-bot: I haz the power
7 years, 5 months ago (2013-07-24 18:29:08 UTC) #4
Message was sent while issue was closed.
Change committed as 213470

Powered by Google App Engine
This is Rietveld 408576698