| Index: trunk/src/apps/shell/app_shell.gyp
 | 
| ===================================================================
 | 
| --- trunk/src/apps/shell/app_shell.gyp	(revision 271736)
 | 
| +++ trunk/src/apps/shell/app_shell.gyp	(working copy)
 | 
| @@ -175,6 +175,7 @@
 | 
|                'SubSystem': '2',  # Set /SUBSYSTEM:WINDOWS
 | 
|              },
 | 
|            },
 | 
| +          'msvs_large_pdb': 1,
 | 
|            'dependencies': [
 | 
|              '<(DEPTH)/sandbox/sandbox.gyp:sandbox',
 | 
|            ],
 | 
| @@ -196,6 +197,7 @@
 | 
|        'defines': [
 | 
|          'HAS_OUT_OF_PROC_TEST_RUNNER',
 | 
|        ],
 | 
| +      'msvs_large_pdb': 1,
 | 
|        'sources': [
 | 
|          # TODO(yoz): Refactor once we have a second test target.
 | 
|          'browser/shell_browsertest.cc',
 | 
| 
 |