| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |