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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Keep the archive builder happy. 9 # Keep the archive builder happy.
10 'chrome_personalization%': 1, 10 'chrome_personalization%': 1,
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'chrome_frame_helper_main.cc', 116 'chrome_frame_helper_main.cc',
117 'chrome_frame_helper_version.rc', 117 'chrome_frame_helper_version.rc',
118 ], 118 ],
119 'msvs_settings': { 119 'msvs_settings': {
120 'VCLinkerTool': { 120 'VCLinkerTool': {
121 'OutputFile': 121 'OutputFile':
122 '$(OutDir)\\$(ProjectName).exe', 122 '$(OutDir)\\$(ProjectName).exe',
123 # Set /SUBSYSTEM:WINDOWS since this is not a command-line program. 123 # Set /SUBSYSTEM:WINDOWS since this is not a command-line program.
124 'SubSystem': '2', 124 'SubSystem': '2',
125 }, 125 },
126 }, 126 },
127 }, 127 },
128 { 128 {
129 'target_name': 'chrome_frame_helper_dll', 129 'target_name': 'chrome_frame_helper_dll',
130 'type': 'shared_library', 130 'type': 'shared_library',
131 'msvs_guid': '5E80032F-7033-4661-9016-D98268244783', 131 'msvs_guid': '5E80032F-7033-4661-9016-D98268244783',
132 'dependencies': [ 132 'dependencies': [
133 '../chrome/chrome.gyp:chrome_version_header', 133 '../chrome/chrome.gyp:chrome_version_header',
134 ], 134 ],
135 'resource_include_dirs': [ 135 'resource_include_dirs': [
136 '<(INTERMEDIATE_DIR)', 136 '<(INTERMEDIATE_DIR)',
(...skipping 14 matching lines...) Expand all
151 'chrome_frame_helper_version.rc', 151 'chrome_frame_helper_version.rc',
152 'chrome_tab.h', 152 'chrome_tab.h',
153 'chrome_tab.idl', 153 'chrome_tab.idl',
154 'event_hooker.cc', 154 'event_hooker.cc',
155 'event_hooker.h', 155 'event_hooker.h',
156 'iids.cc', 156 'iids.cc',
157 ], 157 ],
158 'msvs_settings': { 158 'msvs_settings': {
159 'VCLinkerTool': { 159 'VCLinkerTool': {
160 'OutputFile': '$(OutDir)\\chrome_frame_helper.dll', 160 'OutputFile': '$(OutDir)\\chrome_frame_helper.dll',
161 'ProgramDataBaseFile': '$(OutDir)\\chrome_frame_helper_dll.pdb', 161 'ProgramDatabaseFile': '$(OutDir)\\chrome_frame_helper_dll.pdb',
162 # Set /SUBSYSTEM:WINDOWS since this is not a command-line program. 162 # Set /SUBSYSTEM:WINDOWS since this is not a command-line program.
163 'SubSystem': '2', 163 'SubSystem': '2',
164 'AdditionalDependencies': [ 164 'AdditionalDependencies': [
165 'shlwapi.lib', 165 'shlwapi.lib',
166 ], 166 ],
167 }, 167 },
168 }, 168 },
169 }, 169 },
170 ], 170 ],
171 } 171 }
OLDNEW
« 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