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

Side by Side Diff: chrome/BUILD.gn

Issue 1549633005: Move CloseHandle hook into base/debug. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « base/debug/close_handle_hook_win.cc ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/locales.gni") 8 import("//build/config/locales.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 sources = [ 297 sources = [
298 "//base/win/dllmain.cc", 298 "//base/win/dllmain.cc",
299 "app/chrome_command_ids.h", 299 "app/chrome_command_ids.h",
300 "app/chrome_dll.rc", 300 "app/chrome_dll.rc",
301 "app/chrome_dll_resource.h", 301 "app/chrome_dll_resource.h",
302 "app/chrome_main.cc", 302 "app/chrome_main.cc",
303 "app/chrome_main_delegate.cc", 303 "app/chrome_main_delegate.cc",
304 "app/chrome_main_delegate.h", 304 "app/chrome_main_delegate.h",
305 "app/chrome_main_mac.h", 305 "app/chrome_main_mac.h",
306 "app/chrome_main_mac.mm", 306 "app/chrome_main_mac.mm",
307 "app/close_handle_hook_win.cc",
308 "app/close_handle_hook_win.h",
309 "app/delay_load_hook_win.cc", 307 "app/delay_load_hook_win.cc",
310 "app/delay_load_hook_win.h", 308 "app/delay_load_hook_win.h",
311 ] 309 ]
312 310
313 deps = [ 311 deps = [
314 ":browser_dependencies", 312 ":browser_dependencies",
315 "//base/allocator", 313 "//base/allocator",
316 "//build/config/sanitizers:deps", 314 "//build/config/sanitizers:deps",
317 ] 315 ]
318 if (is_win) { 316 if (is_win) {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 as_invoker_manifest, 394 as_invoker_manifest,
397 ] 395 ]
398 type = "dll" 396 type = "dll"
399 } 397 }
400 398
401 shared_library("chrome_child") { 399 shared_library("chrome_child") {
402 sources = [ 400 sources = [
403 "app/chrome_main.cc", 401 "app/chrome_main.cc",
404 "app/chrome_main_delegate.cc", 402 "app/chrome_main_delegate.cc",
405 "app/chrome_main_delegate.h", 403 "app/chrome_main_delegate.h",
406 "app/close_handle_hook_win.cc",
407 "app/close_handle_hook_win.h",
408 ] 404 ]
409 405
410 configs += [ "//build/config/compiler:wexit_time_destructors" ] 406 configs += [ "//build/config/compiler:wexit_time_destructors" ]
411 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ] 407 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ]
412 408
413 deps = [ 409 deps = [
414 ":child_dependencies", 410 ":child_dependencies",
415 ":chrome_child_manifest", 411 ":chrome_child_manifest",
416 ":chrome_dll_version", 412 ":chrome_dll_version",
417 "//base/allocator", 413 "//base/allocator",
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1074 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1079 "//chrome/tools/build/linux/chrome-wrapper", 1075 "//chrome/tools/build/linux/chrome-wrapper",
1080 "//third_party/xdg-utils/scripts/xdg-mime", 1076 "//third_party/xdg-utils/scripts/xdg-mime",
1081 "//third_party/xdg-utils/scripts/xdg-settings", 1077 "//third_party/xdg-utils/scripts/xdg-settings",
1082 ] 1078 ]
1083 outputs = [ 1079 outputs = [
1084 "$root_out_dir/{{source_file_part}}", 1080 "$root_out_dir/{{source_file_part}}",
1085 ] 1081 ]
1086 } 1082 }
1087 } 1083 }
OLDNEW
« no previous file with comments | « base/debug/close_handle_hook_win.cc ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698