Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6987)

Unified Diff: chrome_frame/chrome_frame_launcher.gyp

Issue 6130007: Fixing several typos in gyp files detected by jeanluc's forthcoming changes t... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/internal/release_defaults.gypi ('k') | chrome_frame/crash_reporting/crash_reporting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_launcher.gyp
===================================================================
--- chrome_frame/chrome_frame_launcher.gyp (revision 70918)
+++ chrome_frame/chrome_frame_launcher.gyp (working copy)
@@ -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': [
« no previous file with comments | « build/internal/release_defaults.gypi ('k') | chrome_frame/crash_reporting/crash_reporting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698