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

Side by Side Diff: chrome_frame/chrome_frame_launcher.gyp

Issue 6523009: Remove obsolete dependencies that create needless recompiling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | ppapi/ppapi_tests.gypi » ('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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 '<(INTERMEDIATE_DIR)/../chrome_frame', 145 '<(INTERMEDIATE_DIR)/../chrome_frame',
146 ], 146 ],
147 'sources': [ 147 'sources': [
148 'bho_loader.cc', 148 'bho_loader.cc',
149 'bho_loader.h', 149 'bho_loader.h',
150 'chrome_frame_helper_dll.cc', 150 'chrome_frame_helper_dll.cc',
151 'chrome_frame_helper_dll.def', 151 'chrome_frame_helper_dll.def',
152 'chrome_frame_helper_util.cc', 152 'chrome_frame_helper_util.cc',
153 'chrome_frame_helper_util.h', 153 'chrome_frame_helper_util.h',
154 'chrome_frame_helper_version.rc', 154 'chrome_frame_helper_version.rc',
155 'chrome_tab.h', 155 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h',
156 'chrome_tab.idl', 156 'chrome_tab.idl',
157 'event_hooker.cc', 157 'event_hooker.cc',
158 'event_hooker.h', 158 'event_hooker.h',
159 'iids.cc', 159 'iids.cc',
160 ], 160 ],
161 'msvs_settings': { 161 'msvs_settings': {
162 'VCLinkerTool': { 162 'VCLinkerTool': {
163 'OutputFile': '$(OutDir)\\chrome_frame_helper.dll', 163 'OutputFile': '$(OutDir)\\chrome_frame_helper.dll',
164 'ProgramDatabaseFile': '$(OutDir)\\chrome_frame_helper_dll.pdb', 164 'ProgramDatabaseFile': '$(OutDir)\\chrome_frame_helper_dll.pdb',
165 # Set /SUBSYSTEM:WINDOWS since this is not a command-line program. 165 # Set /SUBSYSTEM:WINDOWS since this is not a command-line program.
166 'SubSystem': '2', 166 'SubSystem': '2',
167 'AdditionalDependencies': [ 167 'AdditionalDependencies': [
168 'shlwapi.lib', 168 'shlwapi.lib',
169 ], 169 ],
170 }, 170 },
171 }, 171 },
172 }, 172 },
173 ], 173 ],
174 } 174 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698