| Index: apps/shell/app_shell.gyp
|
| diff --git a/apps/shell/app_shell.gyp b/apps/shell/app_shell.gyp
|
| index 3fc81520b2c5d0684e9d9e654c1e31099307a12a..7311ab68aaf2533de04c1342e814e5db4570ab8d 100644
|
| --- a/apps/shell/app_shell.gyp
|
| +++ b/apps/shell/app_shell.gyp
|
| @@ -168,7 +168,6 @@
|
| 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
|
| },
|
| },
|
| - 'msvs_large_pdb': 1,
|
| 'dependencies': [
|
| '<(DEPTH)/sandbox/sandbox.gyp:sandbox',
|
| ],
|
| @@ -190,7 +189,6 @@
|
| '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',
|
|
|