Link with imm32.lib.

Otherwise I'm seeing.
[1/21] LINK(DLL) content.dll content.dll.lib
FAILED: C:/python_27_amd64/files/python.exe gyp-win-tool link-wrapper environment.x86 False link.exe /nologo /IMPLIB:./content.dll.lib /DLL
/OUT:./content.dll /PDB:./content.dll.pdb @./content.dll.rsp
browser_main_runner.obj : error LNK2019: unresolved external symbol _ImmDisableTextFrameService@4 referenced in function "public: virtual in
t __thiscall content::BrowserMainRunnerImpl::Initialize(struct content::MainFunctionParams const &)" (?Initialize@BrowserMainRunnerImpl@cont
ent@@UAEHABUMainFunctionParams@2@@Z)
./content.dll : fatal error LNK1120: 1 unresolved externals
ninja: build stopped: subcommand failed.

This is caused by https://codereview.chromium.org/1813143002 which removed a file that had "#pragma comment(lib, "imm32.lib")"

BUG=597028

Review URL: https://codereview.chromium.org/1824143002

Cr-Commit-Position: refs/heads/master@{#382696}
2 files changed