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

Side by Side Diff: build/common.gypi

Issue 34393007: [Win] Add option to reauthenticate the OS user before revealing passwords. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@password
Patch Set: nits Created 7 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
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | chrome/app/chromium_strings.grd » ('J')
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 2489 matching lines...) Expand 10 before | Expand all | Expand 10 after
2500 'comdlg32.lib', 2500 'comdlg32.lib',
2501 'advapi32.lib', 2501 'advapi32.lib',
2502 'shell32.lib', 2502 'shell32.lib',
2503 'ole32.lib', 2503 'ole32.lib',
2504 'oleaut32.lib', 2504 'oleaut32.lib',
2505 'user32.lib', 2505 'user32.lib',
2506 'uuid.lib', 2506 'uuid.lib',
2507 'odbc32.lib', 2507 'odbc32.lib',
2508 'odbccp32.lib', 2508 'odbccp32.lib',
2509 'delayimp.lib', 2509 'delayimp.lib',
2510 'credui.lib',
2510 ], 2511 ],
2511 }, 2512 },
2512 }, 2513 },
2513 }, 2514 },
2514 'x86_Base': { 2515 'x86_Base': {
2515 'abstract': 1, 2516 'abstract': 1,
2516 'msvs_settings': { 2517 'msvs_settings': {
2517 'VCLinkerTool': { 2518 'VCLinkerTool': {
2518 'TargetMachine': '1', 2519 'TargetMachine': '1',
2519 }, 2520 },
(...skipping 2207 matching lines...) Expand 10 before | Expand all | Expand 10 after
4727 # settings in target dicts. SYMROOT is a special case, because many other 4728 # settings in target dicts. SYMROOT is a special case, because many other
4728 # Xcode variables depend on it, including variables such as 4729 # Xcode variables depend on it, including variables such as
4729 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4730 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4730 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4731 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4731 # files to appear (when present) in the UI as actual files and not red 4732 # files to appear (when present) in the UI as actual files and not red
4732 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4733 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4733 # and therefore SYMROOT, needs to be set at the project level. 4734 # and therefore SYMROOT, needs to be set at the project level.
4734 'SYMROOT': '<(DEPTH)/xcodebuild', 4735 'SYMROOT': '<(DEPTH)/xcodebuild',
4735 }, 4736 },
4736 } 4737 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | chrome/app/chromium_strings.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698