summaryrefslogtreecommitdiffstats
path: root/chrome/BUILD.gn
diff options
context:
space:
mode:
authorwfh <wfh@chromium.org>2015-12-16 12:15:31 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-16 20:16:30 +0000
commit7969a476e9d9c755811ee49a2de51421360790e8 (patch)
treecb1449e00f8e62d1126e7ff47d34df4bb0bf3bf6 /chrome/BUILD.gn
parent64f5280c212477b92afde98bce74dd79c63b4537 (diff)
downloadchromium_src-7969a476e9d9c755811ee49a2de51421360790e8.zip
chromium_src-7969a476e9d9c755811ee49a2de51421360790e8.tar.gz
chromium_src-7969a476e9d9c755811ee49a2de51421360790e8.tar.bz2
Move handle hooks into base/win and add tests.
Also enable handle verifier on base_unittests for both 32-bit and 64-bit. This is a prerequisite for adding more test coverage. The only intended behavior change for Chrome in this CL is that if handle hooks cannot be installed then handle verifier is disabled. A future CL intends to enable handle verifier more widely in Chrome and across tests. BUG=480639, 459544 Review URL: https://codereview.chromium.org/1502523004 Cr-Commit-Position: refs/heads/master@{#365601}
Diffstat (limited to 'chrome/BUILD.gn')
-rw-r--r--chrome/BUILD.gn4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index b756298..8f96a95 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -294,8 +294,6 @@ if (is_mac || is_win) {
"app/chrome_main_delegate.h",
"app/chrome_main_mac.h",
"app/chrome_main_mac.mm",
- "app/close_handle_hook_win.cc",
- "app/close_handle_hook_win.h",
"app/delay_load_hook_win.cc",
"app/delay_load_hook_win.h",
]
@@ -395,8 +393,6 @@ if (is_mac || is_win) {
"app/chrome_main.cc",
"app/chrome_main_delegate.cc",
"app/chrome_main_delegate.h",
- "app/close_handle_hook_win.cc",
- "app/close_handle_hook_win.h",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]