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 # IMPORTANT: | 5 # IMPORTANT: |
6 # Please don't directly include this file if you are building via gyp_chromium, | 6 # Please don't directly include this file if you are building via gyp_chromium, |
7 # since gyp_chromium is automatically forcing its inclusion. | 7 # since gyp_chromium is automatically forcing its inclusion. |
8 { | 8 { |
9 # Variables expected to be overriden on the GYP command line (-D) or by | 9 # Variables expected to be overriden on the GYP command line (-D) or by |
10 # ~/.gyp/include.gypi. | 10 # ~/.gyp/include.gypi. |
(...skipping 2494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2505 'comdlg32.lib', | 2505 'comdlg32.lib', |
2506 'advapi32.lib', | 2506 'advapi32.lib', |
2507 'shell32.lib', | 2507 'shell32.lib', |
2508 'ole32.lib', | 2508 'ole32.lib', |
2509 'oleaut32.lib', | 2509 'oleaut32.lib', |
2510 'user32.lib', | 2510 'user32.lib', |
2511 'uuid.lib', | 2511 'uuid.lib', |
2512 'odbc32.lib', | 2512 'odbc32.lib', |
2513 'odbccp32.lib', | 2513 'odbccp32.lib', |
2514 'delayimp.lib', | 2514 'delayimp.lib', |
| 2515 'credui.lib', |
2515 ], | 2516 ], |
2516 }, | 2517 }, |
2517 }, | 2518 }, |
2518 }, | 2519 }, |
2519 'x86_Base': { | 2520 'x86_Base': { |
2520 'abstract': 1, | 2521 'abstract': 1, |
2521 'msvs_settings': { | 2522 'msvs_settings': { |
2522 'VCLinkerTool': { | 2523 'VCLinkerTool': { |
2523 'TargetMachine': '1', | 2524 'TargetMachine': '1', |
2524 }, | 2525 }, |
(...skipping 2224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4749 # settings in target dicts. SYMROOT is a special case, because many other | 4750 # settings in target dicts. SYMROOT is a special case, because many other |
4750 # Xcode variables depend on it, including variables such as | 4751 # Xcode variables depend on it, including variables such as |
4751 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4752 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4752 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4753 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4753 # files to appear (when present) in the UI as actual files and not red | 4754 # files to appear (when present) in the UI as actual files and not red |
4754 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4755 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4755 # and therefore SYMROOT, needs to be set at the project level. | 4756 # and therefore SYMROOT, needs to be set at the project level. |
4756 'SYMROOT': '<(DEPTH)/xcodebuild', | 4757 'SYMROOT': '<(DEPTH)/xcodebuild', |
4757 }, | 4758 }, |
4758 } | 4759 } |
OLD | NEW |