| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 }, | 185 }, |
| 186 }, | 186 }, |
| 187 'copies': [ | 187 'copies': [ |
| 188 { | 188 { |
| 189 'destination': '<(PRODUCT_DIR)/', | 189 'destination': '<(PRODUCT_DIR)/', |
| 190 'files': [ | 190 'files': [ |
| 191 '../build/win/dbghelp_xp/dbghelp.dll', | 191 '../build/win/dbghelp_xp/dbghelp.dll', |
| 192 ], | 192 ], |
| 193 }, | 193 }, |
| 194 ], | 194 ], |
| 195 'dependencies': [ |
| 196 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest', |
| 197 ], |
| 195 }], | 198 }], |
| 196 ['OS == "mac" or (OS == "ios" and _toolset == "host")', { | 199 ['OS == "mac" or (OS == "ios" and _toolset == "host")', { |
| 197 'link_settings': { | 200 'link_settings': { |
| 198 'libraries': [ | 201 'libraries': [ |
| 199 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 202 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 200 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor
k', | 203 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor
k', |
| 201 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', | 204 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
| 202 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 205 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
| 203 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 206 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 204 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 207 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
| (...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1578 'dependencies': [ | 1581 'dependencies': [ |
| 1579 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1582 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1580 ], | 1583 ], |
| 1581 }], | 1584 }], |
| 1582 ], | 1585 ], |
| 1583 }, | 1586 }, |
| 1584 ], | 1587 ], |
| 1585 }], | 1588 }], |
| 1586 ], | 1589 ], |
| 1587 } | 1590 } |
| OLD | NEW |