| 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 2489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2500 'comdlg32.lib', | 2500 'comdlg32.lib', |
| 2501 'advapi32.lib', | 2501 'advapi32.lib', |
| 2502 'shell32.lib', | 2502 'shell32.lib', |
| 2503 'ole32.lib', | 2503 'ole32.lib', |
| 2504 'oleaut32.lib', | 2504 'oleaut32.lib', |
| 2505 'user32.lib', | 2505 'user32.lib', |
| 2506 'uuid.lib', | 2506 'uuid.lib', |
| 2507 'odbc32.lib', | 2507 'odbc32.lib', |
| 2508 'odbccp32.lib', | 2508 'odbccp32.lib', |
| 2509 'delayimp.lib', | 2509 'delayimp.lib', |
| 2510 'credui.lib', |
| 2510 ], | 2511 ], |
| 2511 }, | 2512 }, |
| 2512 }, | 2513 }, |
| 2513 }, | 2514 }, |
| 2514 'x86_Base': { | 2515 'x86_Base': { |
| 2515 'abstract': 1, | 2516 'abstract': 1, |
| 2516 'msvs_settings': { | 2517 'msvs_settings': { |
| 2517 'VCLinkerTool': { | 2518 'VCLinkerTool': { |
| 2518 'TargetMachine': '1', | 2519 'TargetMachine': '1', |
| 2519 }, | 2520 }, |
| (...skipping 2207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4727 # settings in target dicts. SYMROOT is a special case, because many other | 4728 # settings in target dicts. SYMROOT is a special case, because many other |
| 4728 # Xcode variables depend on it, including variables such as | 4729 # Xcode variables depend on it, including variables such as |
| 4729 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4730 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 4730 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4731 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 4731 # files to appear (when present) in the UI as actual files and not red | 4732 # files to appear (when present) in the UI as actual files and not red |
| 4732 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4733 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 4733 # and therefore SYMROOT, needs to be set at the project level. | 4734 # and therefore SYMROOT, needs to be set at the project level. |
| 4734 'SYMROOT': '<(DEPTH)/xcodebuild', | 4735 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 4735 }, | 4736 }, |
| 4736 } | 4737 } |
| OLD | NEW |