Fix non-components Win Debug build of extensions_unittests
commite015b16b887fd72d9d55b4e5354f0c032f7de245
authorhans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 22 Jul 2014 05:10:07 +0000 (22 05:10 +0000)
committerhans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 22 Jul 2014 05:10:07 +0000 (22 05:10 +0000)
treef75b9369c592aa78958cb0aa3fefd47bda3a14f2
parent6ffdf9caef3fff8426c122c5085c44faf46e3c60
Fix non-components Win Debug build of extensions_unittests

It needs to depend on the allocator gyp target to pick up the
/NODEFAULTLIBS flags for libcmt.lib and libcmtd.lib and avoid
link errors about multiple definitions of allocation related
symbols.

BUG=
TEST=extensions_unittests links in non-components Debug build on Win

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284632 0039d316-1c4b-4281-b951-d872f2087c98
extensions/extensions.gyp