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

Side by Side Diff: chrome/BUILD.gn

Issue 1481703002: win: Move Crashpad all into chrome.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix and rebase 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 | « no previous file | chrome/app/chrome_crash_reporter_client.cc » ('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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 # This manifest matches what GYP produces. It may not even be necessary. 398 # This manifest matches what GYP produces. It may not even be necessary.
399 windows_manifest("chrome_child_manifest") { 399 windows_manifest("chrome_child_manifest") {
400 sources = [ 400 sources = [
401 as_invoker_manifest, 401 as_invoker_manifest,
402 ] 402 ]
403 type = "dll" 403 type = "dll"
404 } 404 }
405 405
406 shared_library("chrome_child") { 406 shared_library("chrome_child") {
407 sources = [ 407 sources = [
408 "app/chrome_crash_reporter_client.cc",
409 "app/chrome_crash_reporter_client.h",
410 "app/chrome_main.cc", 408 "app/chrome_main.cc",
411 "app/chrome_main_delegate.cc", 409 "app/chrome_main_delegate.cc",
412 "app/chrome_main_delegate.h", 410 "app/chrome_main_delegate.h",
413 "app/close_handle_hook_win.cc", 411 "app/close_handle_hook_win.cc",
414 "app/close_handle_hook_win.h", 412 "app/close_handle_hook_win.h",
415 ] 413 ]
416 414
417 configs += [ "//build/config/compiler:wexit_time_destructors" ] 415 configs += [ "//build/config/compiler:wexit_time_destructors" ]
418 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ] 416 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ]
419 417
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1078 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1081 "//chrome/tools/build/linux/chrome-wrapper", 1079 "//chrome/tools/build/linux/chrome-wrapper",
1082 "//third_party/xdg-utils/scripts/xdg-mime", 1080 "//third_party/xdg-utils/scripts/xdg-mime",
1083 "//third_party/xdg-utils/scripts/xdg-settings", 1081 "//third_party/xdg-utils/scripts/xdg-settings",
1084 ] 1082 ]
1085 outputs = [ 1083 outputs = [
1086 "$root_out_dir/{{source_file_part}}", 1084 "$root_out_dir/{{source_file_part}}",
1087 ] 1085 ]
1088 } 1086 }
1089 } 1087 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_crash_reporter_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698