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 | |
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')
-rw-r--r-- | chrome_frame/chrome_frame_launcher.gyp | 4 | ||||
-rw-r--r-- | chrome_frame/crash_reporting/crash_reporting.gyp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome_frame/chrome_frame_launcher.gyp b/chrome_frame/chrome_frame_launcher.gyp index cafe850..53bab2c 100644 --- a/chrome_frame/chrome_frame_launcher.gyp +++ b/chrome_frame/chrome_frame_launcher.gyp @@ -123,7 +123,7 @@ # Set /SUBSYSTEM:WINDOWS since this is not a command-line program. 'SubSystem': '2', }, - }, + }, }, { 'target_name': 'chrome_frame_helper_dll', @@ -158,7 +158,7 @@ 'msvs_settings': { 'VCLinkerTool': { 'OutputFile': '$(OutDir)\\chrome_frame_helper.dll', - 'ProgramDataBaseFile': '$(OutDir)\\chrome_frame_helper_dll.pdb', + 'ProgramDatabaseFile': '$(OutDir)\\chrome_frame_helper_dll.pdb', # Set /SUBSYSTEM:WINDOWS since this is not a command-line program. 'SubSystem': '2', 'AdditionalDependencies': [ 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. |