| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 5606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5617 'DelayLoadDLLs': [ | 5617 'DelayLoadDLLs': [ |
| 5618 'crypt32.dll', | 5618 'crypt32.dll', |
| 5619 'cryptui.dll', | 5619 'cryptui.dll', |
| 5620 'winhttp.dll', | 5620 'winhttp.dll', |
| 5621 'wininet.dll', | 5621 'wininet.dll', |
| 5622 'wsock32.dll', | 5622 'wsock32.dll', |
| 5623 'ws2_32.dll', | 5623 'ws2_32.dll', |
| 5624 'winspool.drv', | 5624 'winspool.drv', |
| 5625 'comdlg32.dll', | 5625 'comdlg32.dll', |
| 5626 'imagehlp.dll', | 5626 'imagehlp.dll', |
| 5627 'psapi.dll', | |
| 5628 'urlmon.dll', | 5627 'urlmon.dll', |
| 5629 'imm32.dll', | 5628 'imm32.dll', |
| 5630 'iphlpapi.dll', | 5629 'iphlpapi.dll', |
| 5631 ], | 5630 ], |
| 5632 'ImportLibrary': '$(OutDir)\\lib\\chrome_dll.lib', | 5631 'ImportLibrary': '$(OutDir)\\lib\\chrome_dll.lib', |
| 5633 'ProgramDatabaseFile': '$(OutDir)\\chrome_dll.pdb', | 5632 'ProgramDatabaseFile': '$(OutDir)\\chrome_dll.pdb', |
| 5634 # Set /SUBSYSTEM:WINDOWS for chrome.dll (for consistency). | 5633 # Set /SUBSYSTEM:WINDOWS for chrome.dll (for consistency). |
| 5635 'SubSystem': '2', | 5634 'SubSystem': '2', |
| 5636 }, | 5635 }, |
| 5637 'VCManifestTool': { | 5636 'VCManifestTool': { |
| (...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6974 ] | 6973 ] |
| 6975 }], | 6974 }], |
| 6976 ], # 'conditions' | 6975 ], # 'conditions' |
| 6977 } | 6976 } |
| 6978 | 6977 |
| 6979 # Local Variables: | 6978 # Local Variables: |
| 6980 # tab-width:2 | 6979 # tab-width:2 |
| 6981 # indent-tabs-mode:nil | 6980 # indent-tabs-mode:nil |
| 6982 # End: | 6981 # End: |
| 6983 # vim: set expandtab tabstop=2 shiftwidth=2: | 6982 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |