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

Unified Diff: base/base.gyp

Issue 1580873003: Enable handle verifier for tests and add some tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do not copy variable up scope Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/BUILD.gn ('k') | base/debug/close_handle_hook_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 929a3e42d52114297ce7715f90c31913b3fd720c..3e02c604541186d8120ca91ae5a53ddd40072e91 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -139,6 +139,11 @@
],
}],
['OS == "win"', {
+ 'conditions': [
+ ['win_disable_handle_verifier_hooks == 1', {
+ 'defines': ['DISABLE_HANDLE_VERIFIER_HOOKS'],
+ }],
+ ],
# Specify delayload for base.dll.
'msvs_settings': {
'VCLinkerTool': {
@@ -702,6 +707,9 @@
'../third_party/icu/icu.gyp:icudata',
],
}],
+ ['win_disable_handle_verifier_hooks == 1', {
+ 'defines': ['DISABLE_HANDLE_VERIFIER_HOOKS'],
+ }],
],
}, { # OS != "win"
'dependencies': [
« no previous file with comments | « base/BUILD.gn ('k') | base/debug/close_handle_hook_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698