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

Side by Side Diff: build/common.gypi

Issue 1247493002: Modify include paths to build with Windows SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update to final Windows 10 SDK version Created 5 years, 4 months 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
« no previous file with comments | « no previous file | no next file » | 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 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 # has no full v8 debug, has size optimization and linker gc section, so that 1493 # has no full v8 debug, has size optimization and linker gc section, so that
1494 # we can build a debug version with acceptable size and performance. 1494 # we can build a debug version with acceptable size and performance.
1495 'android_full_debug%': 0, 1495 'android_full_debug%': 0,
1496 1496
1497 # Contains data about the attached devices for gyp_managed_install. 1497 # Contains data about the attached devices for gyp_managed_install.
1498 'build_device_config_path': '<(PRODUCT_DIR)/build_devices.cfg', 1498 'build_device_config_path': '<(PRODUCT_DIR)/build_devices.cfg',
1499 1499
1500 'sas_dll_exists': '<!pymod_do_main(dir_exists "<(sas_dll_path)")', 1500 'sas_dll_exists': '<!pymod_do_main(dir_exists "<(sas_dll_path)")',
1501 'wix_exists': '<!pymod_do_main(dir_exists "<(wix_path)")', 1501 'wix_exists': '<!pymod_do_main(dir_exists "<(wix_path)")',
1502 1502
1503 'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/8.1', 1503 'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/10',
1504 'directx_sdk_default_path': '<(DEPTH)/third_party/directxsdk/files', 1504 'directx_sdk_default_path': '<(DEPTH)/third_party/directxsdk/files',
1505 1505
1506 # Whether we are using the rlz library or not. Platforms like Android send 1506 # Whether we are using the rlz library or not. Platforms like Android send
1507 # rlz codes for searches but do not use the library. 1507 # rlz codes for searches but do not use the library.
1508 'enable_rlz_support%': 0, 1508 'enable_rlz_support%': 0,
1509 'enable_rlz%': 0, 1509 'enable_rlz%': 0,
1510 1510
1511 # Turns on the i18n support in V8. 1511 # Turns on the i18n support in V8.
1512 'v8_enable_i18n_support': 1, 1512 'v8_enable_i18n_support': 1,
1513 1513
(...skipping 4083 matching lines...) Expand 10 before | Expand all | Expand 10 after
5597 ['msvs_xtree_patched!=1', { 5597 ['msvs_xtree_patched!=1', {
5598 # If xtree hasn't been patched, then we disable C4702. Otherwise, 5598 # If xtree hasn't been patched, then we disable C4702. Otherwise,
5599 # it's enabled. This will generally only be true for system-level 5599 # it's enabled. This will generally only be true for system-level
5600 # installed Express users. 5600 # installed Express users.
5601 'msvs_disabled_warnings': [ 5601 'msvs_disabled_warnings': [
5602 4702, 5602 4702,
5603 ], 5603 ],
5604 }], 5604 }],
5605 ], 5605 ],
5606 'msvs_system_include_dirs': [ 5606 'msvs_system_include_dirs': [
5607 '<(windows_sdk_path)/Include/shared', 5607 '<(windows_sdk_path)/Include/10.0.10240.0/shared',
5608 '<(windows_sdk_path)/Include/um', 5608 '<(windows_sdk_path)/Include/10.0.10240.0/um',
5609 '<(windows_sdk_path)/Include/winrt', 5609 '<(windows_sdk_path)/Include/10.0.10240.0/winrt',
5610 '$(VSInstallDir)/VC/atlmfc/include', 5610 '$(VSInstallDir)/VC/atlmfc/include',
5611 ], 5611 ],
5612 'msvs_cygwin_shell': 0, 5612 'msvs_cygwin_shell': 0,
5613 'msvs_disabled_warnings': [ 5613 'msvs_disabled_warnings': [
5614 # C4091: 'typedef ': ignored on left of 'X' when no variable is 5614 # C4091: 'typedef ': ignored on left of 'X' when no variable is
5615 # declared. 5615 # declared.
5616 # This happens in a number of Windows headers. Dumb. 5616 # This happens in a number of Windows headers. Dumb.
5617 4091, 5617 4091,
5618 5618
5619 # C4127: conditional expression is constant 5619 # C4127: conditional expression is constant
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
6275 # settings in target dicts. SYMROOT is a special case, because many other 6275 # settings in target dicts. SYMROOT is a special case, because many other
6276 # Xcode variables depend on it, including variables such as 6276 # Xcode variables depend on it, including variables such as
6277 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6277 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6278 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6278 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6279 # files to appear (when present) in the UI as actual files and not red 6279 # files to appear (when present) in the UI as actual files and not red
6280 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6280 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6281 # and therefore SYMROOT, needs to be set at the project level. 6281 # and therefore SYMROOT, needs to be set at the project level.
6282 'SYMROOT': '<(DEPTH)/xcodebuild', 6282 'SYMROOT': '<(DEPTH)/xcodebuild',
6283 }, 6283 },
6284 } 6284 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698