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

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: Remove spurious logging code. Add clock skew factor. Created 7 years, 1 month 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
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 2513 matching lines...) Expand 10 before | Expand all | Expand 10 after
2524 'comdlg32.lib', 2524 'comdlg32.lib',
2525 'advapi32.lib', 2525 'advapi32.lib',
2526 'shell32.lib', 2526 'shell32.lib',
2527 'ole32.lib', 2527 'ole32.lib',
2528 'oleaut32.lib', 2528 'oleaut32.lib',
2529 'user32.lib', 2529 'user32.lib',
2530 'uuid.lib', 2530 'uuid.lib',
2531 'odbc32.lib', 2531 'odbc32.lib',
2532 'odbccp32.lib', 2532 'odbccp32.lib',
2533 'delayimp.lib', 2533 'delayimp.lib',
2534 'credui.lib',
2535 'netapi32.lib',
2534 ], 2536 ],
2535 }, 2537 },
2536 }, 2538 },
2537 }, 2539 },
2538 'x86_Base': { 2540 'x86_Base': {
2539 'abstract': 1, 2541 'abstract': 1,
2540 'msvs_settings': { 2542 'msvs_settings': {
2541 'VCLinkerTool': { 2543 'VCLinkerTool': {
2542 'TargetMachine': '1', 2544 'TargetMachine': '1',
2543 }, 2545 },
(...skipping 2123 matching lines...) Expand 10 before | Expand all | Expand 10 after
4667 # settings in target dicts. SYMROOT is a special case, because many other 4669 # settings in target dicts. SYMROOT is a special case, because many other
4668 # Xcode variables depend on it, including variables such as 4670 # Xcode variables depend on it, including variables such as
4669 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4671 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4670 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4672 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4671 # files to appear (when present) in the UI as actual files and not red 4673 # files to appear (when present) in the UI as actual files and not red
4672 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4674 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4673 # and therefore SYMROOT, needs to be set at the project level. 4675 # and therefore SYMROOT, needs to be set at the project level.
4674 'SYMROOT': '<(DEPTH)/xcodebuild', 4676 'SYMROOT': '<(DEPTH)/xcodebuild',
4675 }, 4677 },
4676 } 4678 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | chrome/browser/password_manager/password_manager_util_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698