Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(524)

Side by Side Diff: build/common.gypi

Issue 86703002: Default msvs_cygwin_shell to 0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: with remoting opt-out for silly problem Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 4457 matching lines...) Expand 10 before | Expand all | Expand 10 after
4468 ], 4468 ],
4469 }], 4469 }],
4470 ], 4470 ],
4471 'msvs_system_include_dirs': [ 4471 'msvs_system_include_dirs': [
4472 '<(windows_sdk_path)/Include/shared', 4472 '<(windows_sdk_path)/Include/shared',
4473 '<(windows_sdk_path)/Include/um', 4473 '<(windows_sdk_path)/Include/um',
4474 '<(windows_sdk_path)/Include/winrt', 4474 '<(windows_sdk_path)/Include/winrt',
4475 '$(VSInstallDir)/VC/atlmfc/include', 4475 '$(VSInstallDir)/VC/atlmfc/include',
4476 ], 4476 ],
4477 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 4477 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
4478 'msvs_cygwin_shell': 0,
4478 'msvs_disabled_warnings': [4351, 4355, 4396, 4503, 4819, 4479 'msvs_disabled_warnings': [4351, 4355, 4396, 4503, 4819,
4479 # TODO(maruel): These warnings are level 4. They will be slowly 4480 # TODO(maruel): These warnings are level 4. They will be slowly
4480 # removed as code is fixed. 4481 # removed as code is fixed.
4481 4100, 4121, 4125, 4127, 4130, 4131, 4189, 4201, 4238, 4244, 4245, 4482 4100, 4121, 4125, 4127, 4130, 4131, 4189, 4201, 4238, 4244, 4245,
4482 4310, 4428, 4481, 4505, 4510, 4512, 4530, 4610, 4611, 4701, 4702, 4483 4310, 4428, 4481, 4505, 4510, 4512, 4530, 4610, 4611, 4701, 4702,
4483 4706, 4484 4706,
4484 ], 4485 ],
4485 'msvs_settings': { 4486 'msvs_settings': {
4486 'VCCLCompilerTool': { 4487 'VCCLCompilerTool': {
4487 'AdditionalOptions': ['/MP'], 4488 'AdditionalOptions': ['/MP'],
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
4745 # settings in target dicts. SYMROOT is a special case, because many other 4746 # settings in target dicts. SYMROOT is a special case, because many other
4746 # Xcode variables depend on it, including variables such as 4747 # Xcode variables depend on it, including variables such as
4747 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4748 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4748 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4749 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4749 # files to appear (when present) in the UI as actual files and not red 4750 # files to appear (when present) in the UI as actual files and not red
4750 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4751 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4751 # and therefore SYMROOT, needs to be set at the project level. 4752 # and therefore SYMROOT, needs to be set at the project level.
4752 'SYMROOT': '<(DEPTH)/xcodebuild', 4753 'SYMROOT': '<(DEPTH)/xcodebuild',
4753 }, 4754 },
4754 } 4755 }
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698