Recently a cleanup (https://codereview.chromium.org/1813143002) removed a file that had
#pragma comment(lib, "imm32.lib")
This broke the build
fix was in https://codereview.chromium.org/1824143002/ for this specific issue, but we should remove all "#pragma comment(lib," lines in the code (at least in our chromium repo) and put this information in build files consistently.
Comment 1 by bugdroid1@chromium.org
, Mar 22 2016