diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-24 21:51:01 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-24 21:51:01 +0000 |
commit | ffc86971cbc045a601b6d562b14456c37ebe8ce1 (patch) | |
tree | c177752e777624f29b0a81d9b4f2fb4ac3cc8031 /apps | |
parent | 5bf17606ed85d522b1af19703ba14211a7fcb514 (diff) | |
download | chromium_src-ffc86971cbc045a601b6d562b14456c37ebe8ce1.zip chromium_src-ffc86971cbc045a601b6d562b14456c37ebe8ce1.tar.gz chromium_src-ffc86971cbc045a601b6d562b14456c37ebe8ce1.tar.bz2 |
Add msvs_large_pdb to some more targets that are failing on Official dev
This uses the "pdb workaround" used in other targets that creates
a stub pdb file with larger page size using the compiler to do so.
(When the linker creates the file it uses a smaller internal page size.)
TBR=cpu@chromium.org
BUG=346159
Review URL: https://codereview.chromium.org/177423006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps')
-rw-r--r-- | apps/apps.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi index c5ef863..5058bc1 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -193,6 +193,7 @@ 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS }, }, + 'msvs_large_pdb': 1, 'dependencies': [ '../sandbox/sandbox.gyp:sandbox', ], |