When building blink_tests locally, the build fails at the end during linking with:
FAILED: blink_heap_unittests.exe blink_heap_unittests.exe.pdb
F:/chromium/windows/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../build/toolchain/win/tool_wrapper.py link-wrapper environment.x64 False link.exe /nologo /OUT:./blink_heap_unittests.exe /PDB:./blink_heap_unittests.exe.pdb @./blink_heap_unittests.exe.rsp
test_support.lib(test_support_jumbo_1.obj) : error LNK2019: unresolved external symbol AccessibleObjectFromWindow referenced in function "private: long __cdecl content::AccessibilityEventRecorderWin::AccessibleObjectFromWindowWrapper(struct HWND__ *,unsigned long,struct _GUID const &,void * *)" (?AccessibleObjectFromWindowWrapper@AccessibilityEventRecorderWin@content@@AEAAJPEAUHWND__@@KAEBU_GUID@@PEAPEAX@Z)
This build was working only a few weeks ago prior to syncing the latest sources. It is a jumbo build, release with clang.
Comment 1 by bugdroid1@chromium.org
, Mar 7 2018