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 2194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2205 'winspool.lib', | 2205 'winspool.lib', |
2206 'comdlg32.lib', | 2206 'comdlg32.lib', |
2207 'advapi32.lib', | 2207 'advapi32.lib', |
2208 'shell32.lib', | 2208 'shell32.lib', |
2209 'ole32.lib', | 2209 'ole32.lib', |
2210 'oleaut32.lib', | 2210 'oleaut32.lib', |
2211 'user32.lib', | 2211 'user32.lib', |
2212 'uuid.lib', | 2212 'uuid.lib', |
2213 'odbc32.lib', | 2213 'odbc32.lib', |
2214 'odbccp32.lib', | 2214 'odbccp32.lib', |
| 2215 'delayimp.lib', |
2215 ], | 2216 ], |
2216 }, | 2217 }, |
2217 }, | 2218 }, |
2218 }, | 2219 }, |
2219 'x86_Base': { | 2220 'x86_Base': { |
2220 'abstract': 1, | 2221 'abstract': 1, |
2221 'msvs_settings': { | 2222 'msvs_settings': { |
2222 'VCLinkerTool': { | 2223 'VCLinkerTool': { |
2223 'TargetMachine': '1', | 2224 'TargetMachine': '1', |
2224 }, | 2225 }, |
(...skipping 1875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4100 # settings in target dicts. SYMROOT is a special case, because many other | 4101 # settings in target dicts. SYMROOT is a special case, because many other |
4101 # Xcode variables depend on it, including variables such as | 4102 # Xcode variables depend on it, including variables such as |
4102 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4103 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4103 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4104 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4104 # files to appear (when present) in the UI as actual files and not red | 4105 # files to appear (when present) in the UI as actual files and not red |
4105 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4106 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4106 # and therefore SYMROOT, needs to be set at the project level. | 4107 # and therefore SYMROOT, needs to be set at the project level. |
4107 'SYMROOT': '<(DEPTH)/xcodebuild', | 4108 'SYMROOT': '<(DEPTH)/xcodebuild', |
4108 }, | 4109 }, |
4109 } | 4110 } |
OLD | NEW |