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:
@ -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',
|
||||
|
Reference in New Issue
Block a user