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

Side by Side Diff: base/base.gyp

Issue 1857413002: Remove now-unnecessary dbghelp.dll suitable for XP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « base/BUILD.gn ('k') | base/base.isolate » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'AdditionalDependencies': [ 178 'AdditionalDependencies': [
179 'cfgmgr32.lib', 179 'cfgmgr32.lib',
180 'powrprof.lib', 180 'powrprof.lib',
181 'setupapi.lib', 181 'setupapi.lib',
182 'userenv.lib', 182 'userenv.lib',
183 'winmm.lib', 183 'winmm.lib',
184 ], 184 ],
185 }, 185 },
186 }, 186 },
187 }, 187 },
188 'copies': [
189 {
190 'destination': '<(PRODUCT_DIR)/',
191 'files': [
192 '../build/win/dbghelp_xp/dbghelp.dll',
193 ],
194 },
195 ],
196 'dependencies': [ 188 'dependencies': [
197 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest', 189 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest',
198 ], 190 ],
199 }], 191 }],
200 ['OS == "mac" or (OS == "ios" and _toolset == "host")', { 192 ['OS == "mac" or (OS == "ios" and _toolset == "host")', {
201 'link_settings': { 193 'link_settings': {
202 'libraries': [ 194 'libraries': [
203 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 195 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
204 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor k', 196 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor k',
205 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', 197 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
(...skipping 1518 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 '../build/isolate.gypi', 1716 '../build/isolate.gypi',
1725 ], 1717 ],
1726 'sources': [ 1718 'sources': [
1727 'base_unittests.isolate', 1719 'base_unittests.isolate',
1728 ], 1720 ],
1729 }, 1721 },
1730 ], 1722 ],
1731 }], 1723 }],
1732 ], 1724 ],
1733 } 1725 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698