diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-11 21:25:52 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-11 21:25:52 +0000 |
commit | 120118d18045730015f3c3ca4e310d97be274a75 (patch) | |
tree | 211bdff45baa428071bb6dbcdb5d1d57744ac620 /chrome_frame/crash_reporting | |
parent | bf68712f715acb13506f3d017f5b29084bff948d (diff) | |
download | chromium_src-120118d18045730015f3c3ca4e310d97be274a75.zip chromium_src-120118d18045730015f3c3ca4e310d97be274a75.tar.gz chromium_src-120118d18045730015f3c3ca4e310d97be274a75.tar.bz2 |
Fixing several typos in gyp files detected by jeanluc's forthcoming changes to gyp.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6130007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71082 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/crash_reporting')
-rw-r--r-- | chrome_frame/crash_reporting/crash_reporting.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/crash_reporting/crash_reporting.gyp b/chrome_frame/crash_reporting/crash_reporting.gyp index 8239a1a65..2ec1eb0 100644 --- a/chrome_frame/crash_reporting/crash_reporting.gyp +++ b/chrome_frame/crash_reporting/crash_reporting.gyp @@ -48,7 +48,7 @@ # entry point for the DLL. 'VCLinkerTool': { 'EntryPointSymbol': 'DllMain', - 'IgnoreAllDefaultLibraries': 1, + 'IgnoreAllDefaultLibraries': 'true', }, # Turn off buffer security checks, since we don't have CRT # support for them, given that we don't link the CRT. |