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

Side by Side Diff: chrome/BUILD.gn

Issue 1416133003: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add some stub gn files Created 5 years 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 | « build/secondary/third_party/crashpad/crashpad/util/BUILD.gn ('k') | chrome/app/DEPS » ('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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "//chrome/chrome_watcher:client", 150 "//chrome/chrome_watcher:client",
151 "//chrome/installer/util", 151 "//chrome/installer/util",
152 "//chrome_elf", 152 "//chrome_elf",
153 "//components/browser_watcher:browser_watcher_client", 153 "//components/browser_watcher:browser_watcher_client",
154 "//components/crash/content/app", 154 "//components/crash/content/app",
155 "//components/crash/core/common", 155 "//components/crash/core/common",
156 "//content:sandbox_helper_win", 156 "//content:sandbox_helper_win",
157 "//content/public/common:static_switches", 157 "//content/public/common:static_switches",
158 "//crypto", 158 "//crypto",
159 "//sandbox", 159 "//sandbox",
160 "//third_party/crashpad/crashpad/handler:handler_lib",
160 "//ui/gfx", 161 "//ui/gfx",
161 "//win8/delegate_execute", 162 "//win8/delegate_execute",
162 "//win8/metro_driver", 163 "//win8/metro_driver",
163 ] 164 ]
164 data_deps = [ 165 data_deps = [
165 "//chrome/app/version_assembly:version_assembly_manifest", 166 "//chrome/app/version_assembly:version_assembly_manifest",
166 ] 167 ]
167 168
168 libs = [ 169 libs = [
169 "wintrust.lib", 170 "wintrust.lib",
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 # This manifest matches what GYP produces. It may not even be necessary. 397 # This manifest matches what GYP produces. It may not even be necessary.
397 windows_manifest("chrome_child_manifest") { 398 windows_manifest("chrome_child_manifest") {
398 sources = [ 399 sources = [
399 as_invoker_manifest, 400 as_invoker_manifest,
400 ] 401 ]
401 type = "dll" 402 type = "dll"
402 } 403 }
403 404
404 shared_library("chrome_child") { 405 shared_library("chrome_child") {
405 sources = [ 406 sources = [
407 "app/chrome_crash_reporter_client.cc",
408 "app/chrome_crash_reporter_client.h",
406 "app/chrome_main.cc", 409 "app/chrome_main.cc",
407 "app/chrome_main_delegate.cc", 410 "app/chrome_main_delegate.cc",
408 "app/chrome_main_delegate.h", 411 "app/chrome_main_delegate.h",
409 "app/close_handle_hook_win.cc", 412 "app/close_handle_hook_win.cc",
410 "app/close_handle_hook_win.h", 413 "app/close_handle_hook_win.h",
411 ] 414 ]
412 415
413 configs += [ "//build/config/compiler:wexit_time_destructors" ] 416 configs += [ "//build/config/compiler:wexit_time_destructors" ]
414 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ] 417 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ]
415 418
416 deps = [ 419 deps = [
417 ":child_dependencies", 420 ":child_dependencies",
418 ":chrome_child_manifest", 421 ":chrome_child_manifest",
419 ":chrome_dll_version", 422 ":chrome_dll_version",
420 "//base/allocator", 423 "//base/allocator",
421 "//build/config/sanitizers:deps", 424 "//build/config/sanitizers:deps",
422 "//chrome/browser/policy:path_parser", 425 "//chrome/browser/policy:path_parser",
426 "//components/browser_watcher:browser_watcher_client",
427 "//components/crash/content/app",
423 "//content/public/app:child", 428 "//content/public/app:child",
424 ] 429 ]
425 430
426 if (is_win) { 431 if (is_win) {
427 if (symbol_level == 2) { 432 if (symbol_level == 2) {
428 # Incremental linking doesn't work on this target in debug mode with 433 # Incremental linking doesn't work on this target in debug mode with
429 # full symbols, but does work in other cases, including minimal 434 # full symbols, but does work in other cases, including minimal
430 # symbols. 435 # symbols.
431 configs -= [ "//build/config/win:default_incremental_linking" ] 436 configs -= [ "//build/config/win:default_incremental_linking" ]
432 configs += [ "//build/config/win:incremental_linking" ] 437 configs += [ "//build/config/win:incremental_linking" ]
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1075 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1071 "//chrome/tools/build/linux/chrome-wrapper", 1076 "//chrome/tools/build/linux/chrome-wrapper",
1072 "//third_party/xdg-utils/scripts/xdg-mime", 1077 "//third_party/xdg-utils/scripts/xdg-mime",
1073 "//third_party/xdg-utils/scripts/xdg-settings", 1078 "//third_party/xdg-utils/scripts/xdg-settings",
1074 ] 1079 ]
1075 outputs = [ 1080 outputs = [
1076 "$root_out_dir/{{source_file_part}}", 1081 "$root_out_dir/{{source_file_part}}",
1077 ] 1082 ]
1078 } 1083 }
1079 } 1084 }
OLDNEW
« no previous file with comments | « build/secondary/third_party/crashpad/crashpad/util/BUILD.gn ('k') | chrome/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698