0

Use the large pdb workaround on more unittests.

If we don't do this we can't compile these targets in Debug with component='static_library'.

BUG=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234100 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
sebmarchand@chromium.org
2013-11-09 04:54:27 +00:00
parent fbb592e42e
commit 3bb7adb3da
2 changed files with 2 additions and 0 deletions

@ -2421,6 +2421,7 @@
],
}],
['OS=="win"', {
'msvs_large_pdb': 1,
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc',

@ -454,6 +454,7 @@
],
'conditions': [
['OS=="win"', {
'msvs_large_pdb': 1,
'link_settings': {
'libraries': [
'-loleacc.lib',