DescriptionIntroduce GN to desktop_linux arg and grit_defines list.
They are necessary otherwise grit won't define IDS_WEB_FONT_FAMILY and
IDS_WEB_FONT_SIZE from app_locale_settings.grd
Which is necessary, otherwise we get the following error when trying to
compile web_ui_util.cc:
../../ui/base/webui/web_ui_util.cc:130:28: error: 'IDS_WEB_FONT_FAMILY'
was not declared in this scope
../../ui/base/webui/web_ui_util.cc:131:26: error: 'IDS_WEB_FONT_SIZE'
was not declared in this scope
BUG=367591
TEST=gn gen out/Debug_gn && ninja -C out/Debug_gn ui_base
R=brettw@chromium.org
TBR=ben (for ui/base change)
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274019
Patch Set 1 #Patch Set 2 : #
Total comments: 5
Patch Set 3 : fixes #Patch Set 4 : fix for android #Patch Set 5 : rm TODO #
Messages
Total messages: 6 (0 generated)
|