| 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 2551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2562 'comdlg32.lib', | 2562 'comdlg32.lib', |
| 2563 'advapi32.lib', | 2563 'advapi32.lib', |
| 2564 'shell32.lib', | 2564 'shell32.lib', |
| 2565 'ole32.lib', | 2565 'ole32.lib', |
| 2566 'oleaut32.lib', | 2566 'oleaut32.lib', |
| 2567 'user32.lib', | 2567 'user32.lib', |
| 2568 'uuid.lib', | 2568 'uuid.lib', |
| 2569 'odbc32.lib', | 2569 'odbc32.lib', |
| 2570 'odbccp32.lib', | 2570 'odbccp32.lib', |
| 2571 'delayimp.lib', | 2571 'delayimp.lib', |
| 2572 'credui.lib', |
| 2573 'netapi32.lib', |
| 2572 ], | 2574 ], |
| 2573 }, | 2575 }, |
| 2574 }, | 2576 }, |
| 2575 }, | 2577 }, |
| 2576 'x86_Base': { | 2578 'x86_Base': { |
| 2577 'abstract': 1, | 2579 'abstract': 1, |
| 2578 'msvs_settings': { | 2580 'msvs_settings': { |
| 2579 'VCLinkerTool': { | 2581 'VCLinkerTool': { |
| 2580 'TargetMachine': '1', | 2582 'TargetMachine': '1', |
| 2581 }, | 2583 }, |
| (...skipping 2156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4738 # settings in target dicts. SYMROOT is a special case, because many other | 4740 # settings in target dicts. SYMROOT is a special case, because many other |
| 4739 # Xcode variables depend on it, including variables such as | 4741 # Xcode variables depend on it, including variables such as |
| 4740 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4742 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 4741 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4743 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 4742 # files to appear (when present) in the UI as actual files and not red | 4744 # files to appear (when present) in the UI as actual files and not red |
| 4743 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4745 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 4744 # and therefore SYMROOT, needs to be set at the project level. | 4746 # and therefore SYMROOT, needs to be set at the project level. |
| 4745 'SYMROOT': '<(DEPTH)/xcodebuild', | 4747 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 4746 }, | 4748 }, |
| 4747 } | 4749 } |
| OLD | NEW |