summaryrefslogtreecommitdiffstats
path: root/chrome/BUILD.gn
diff options
context:
space:
mode:
authorwfh <wfh@chromium.org>2016-01-06 12:24:06 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-06 20:25:19 +0000
commitb5408308ce788760f4539a631ca5ed43e037261a (patch)
tree81db123c79f73429745d1b7da0ef04c950e3a9d1 /chrome/BUILD.gn
parent271be402092404bd04b2881ec7301a8fe0c58964 (diff)
downloadchromium_src-b5408308ce788760f4539a631ca5ed43e037261a.zip
chromium_src-b5408308ce788760f4539a631ca5ed43e037261a.tar.gz
chromium_src-b5408308ce788760f4539a631ca5ed43e037261a.tar.bz2
Move CloseHandle hook into base/debug.
This has no changes to behavior, it is merely to prepare the code for adding tests. BUG=571304 Review URL: https://codereview.chromium.org/1549633005 Cr-Commit-Position: refs/heads/master@{#367889}
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 d4c4182..794d4edb 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -304,8 +304,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",
]
@@ -403,8 +401,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" ]