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 4537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4548 }], | 4548 }], |
4549 ], | 4549 ], |
4550 }], | 4550 }], |
4551 ], | 4551 ], |
4552 'msvs_system_include_dirs': [ | 4552 'msvs_system_include_dirs': [ |
4553 '<(windows_sdk_path)/Include/shared', | 4553 '<(windows_sdk_path)/Include/shared', |
4554 '<(windows_sdk_path)/Include/um', | 4554 '<(windows_sdk_path)/Include/um', |
4555 '<(windows_sdk_path)/Include/winrt', | 4555 '<(windows_sdk_path)/Include/winrt', |
4556 '$(VSInstallDir)/VC/atlmfc/include', | 4556 '$(VSInstallDir)/VC/atlmfc/include', |
4557 ], | 4557 ], |
4558 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], | |
4559 'msvs_cygwin_shell': 0, | 4558 'msvs_cygwin_shell': 0, |
4560 'msvs_disabled_warnings': [4351, 4355, 4396, 4503, 4819, | 4559 'msvs_disabled_warnings': [4351, 4355, 4396, 4503, 4819, |
4561 # TODO(maruel): These warnings are level 4. They will be slowly | 4560 # TODO(maruel): These warnings are level 4. They will be slowly |
4562 # removed as code is fixed. | 4561 # removed as code is fixed. |
4563 4100, 4121, 4125, 4127, 4130, 4131, 4189, 4201, 4238, 4244, 4245, | 4562 4100, 4121, 4125, 4127, 4130, 4131, 4189, 4201, 4238, 4244, 4245, |
4564 4310, 4428, 4481, 4505, 4510, 4512, 4530, 4610, 4611, 4701, 4702, | 4563 4310, 4428, 4481, 4505, 4510, 4512, 4530, 4610, 4611, 4701, 4702, |
4565 4706, | 4564 4706, |
4566 ], | 4565 ], |
4567 'msvs_settings': { | 4566 'msvs_settings': { |
4568 'VCCLCompilerTool': { | 4567 'VCCLCompilerTool': { |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4880 # settings in target dicts. SYMROOT is a special case, because many other | 4879 # settings in target dicts. SYMROOT is a special case, because many other |
4881 # Xcode variables depend on it, including variables such as | 4880 # Xcode variables depend on it, including variables such as |
4882 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4881 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4883 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4882 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4884 # files to appear (when present) in the UI as actual files and not red | 4883 # files to appear (when present) in the UI as actual files and not red |
4885 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4884 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4886 # and therefore SYMROOT, needs to be set at the project level. | 4885 # and therefore SYMROOT, needs to be set at the project level. |
4887 'SYMROOT': '<(DEPTH)/xcodebuild', | 4886 'SYMROOT': '<(DEPTH)/xcodebuild', |
4888 }, | 4887 }, |
4889 } | 4888 } |
OLD | NEW |