Introduce 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) Review URL: https://codereview.chromium.org/296933017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274019 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment