diff options
author | sebmarchand@chromium.org <sebmarchand@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-09 04:54:27 +0000 |
---|---|---|
committer | sebmarchand@chromium.org <sebmarchand@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-09 04:54:27 +0000 |
commit | 3bb7adb3daf02232be8677dada6eadeb9669073e (patch) | |
tree | d576f6777b162602f9a650f937bebcdda3d4134f /chrome_frame | |
parent | fbb592e42e83ffe51ed31cb2713eb3eb083809c6 (diff) | |
download | chromium_src-3bb7adb3daf02232be8677dada6eadeb9669073e.zip chromium_src-3bb7adb3daf02232be8677dada6eadeb9669073e.tar.gz chromium_src-3bb7adb3daf02232be8677dada6eadeb9669073e.tar.bz2 |
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
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 9ce90da..4b127d8 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -454,6 +454,7 @@ ], 'conditions': [ ['OS=="win"', { + 'msvs_large_pdb': 1, 'link_settings': { 'libraries': [ '-loleacc.lib', |