diff options
author | sebmarchand@chromium.org <sebmarchand@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 06:24:33 +0000 |
---|---|---|
committer | sebmarchand@chromium.org <sebmarchand@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 06:24:33 +0000 |
commit | c2901e4ac9bf4f936dc5c7062112031ddb735b74 (patch) | |
tree | 0afc94807f4d7724a9d379096368120f90c1bf76 | |
parent | 9828c7d0fce9aa1b896bf7f44e7b9f02e7b23888 (diff) | |
download | chromium_src-c2901e4ac9bf4f936dc5c7062112031ddb735b74.zip chromium_src-c2901e4ac9bf4f936dc5c7062112031ddb735b74.tar.gz chromium_src-c2901e4ac9bf4f936dc5c7062112031ddb735b74.tar.bz2 |
Use the large pdb workaround on chrome_frame_reliability_tests.
If we don't do this we can't compile this target in Debug with component='static_library'.
BUG=
Review URL: https://codereview.chromium.org/61913005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233803 0039d316-1c4b-4281-b951-d872f2087c98
-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 9eca9ac..9ce90da 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -534,6 +534,7 @@ ], 'conditions': [ ['OS=="win"', { + 'msvs_large_pdb': 1, 'link_settings': { 'libraries': [ '-loleacc.lib', |