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

Side by Side Diff: build/common.gypi

Issue 8004004: Update Windows version macros to Win 7 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « base/win/win_util.cc ('k') | net/base/test_root_certs_win.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 2180 matching lines...) Expand 10 before | Expand all | Expand 10 after
2191 }], # mac_real_dsym 2191 }], # mac_real_dsym
2192 ], # target_conditions 2192 ], # target_conditions
2193 }], # (_type=="executable" or _type=="shared_library" or 2193 }], # (_type=="executable" or _type=="shared_library" or
2194 # _type=="loadable_module") and mac_strip!=0 2194 # _type=="loadable_module") and mac_strip!=0
2195 ], # target_conditions 2195 ], # target_conditions
2196 }, # target_defaults 2196 }, # target_defaults
2197 }], # OS=="mac" 2197 }], # OS=="mac"
2198 ['OS=="win"', { 2198 ['OS=="win"', {
2199 'target_defaults': { 2199 'target_defaults': {
2200 'defines': [ 2200 'defines': [
2201 '_WIN32_WINNT=0x0600', 2201 '_WIN32_WINNT=0x0601',
2202 'WINVER=0x0600', 2202 'WINVER=0x0601',
2203 'WIN32', 2203 'WIN32',
2204 '_WINDOWS', 2204 '_WINDOWS',
2205 'NOMINMAX', 2205 'NOMINMAX',
2206 'PSAPI_VERSION=1', 2206 'PSAPI_VERSION=1',
2207 '_CRT_RAND_S', 2207 '_CRT_RAND_S',
2208 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS', 2208 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS',
2209 'WIN32_LEAN_AND_MEAN', 2209 'WIN32_LEAN_AND_MEAN',
2210 '_ATL_NO_OPENGL', 2210 '_ATL_NO_OPENGL',
2211 '_HAS_TR1=0', 2211 '_HAS_TR1=0',
2212 ], 2212 ],
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
2417 # settings in target dicts. SYMROOT is a special case, because many other 2417 # settings in target dicts. SYMROOT is a special case, because many other
2418 # Xcode variables depend on it, including variables such as 2418 # Xcode variables depend on it, including variables such as
2419 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 2419 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
2420 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 2420 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
2421 # files to appear (when present) in the UI as actual files and not red 2421 # files to appear (when present) in the UI as actual files and not red
2422 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 2422 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
2423 # and therefore SYMROOT, needs to be set at the project level. 2423 # and therefore SYMROOT, needs to be set at the project level.
2424 'SYMROOT': '<(DEPTH)/xcodebuild', 2424 'SYMROOT': '<(DEPTH)/xcodebuild',
2425 }, 2425 },
2426 } 2426 }
OLDNEW
« no previous file with comments | « base/win/win_util.cc ('k') | net/base/test_root_certs_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698