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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2088133002: Switch chrome_elf exception handling from breakpad to crashpad. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Register crash keys only once in the process. Created 4 years, 5 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
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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 "//ui/views/controls/webview", 841 "//ui/views/controls/webview",
842 ] 842 ]
843 deps += [ 843 deps += [
844 ":chrome_process_finder", 844 ":chrome_process_finder",
845 "//chrome:file_pre_reader", 845 "//chrome:file_pre_reader",
846 "//chrome/chrome_watcher:client", 846 "//chrome/chrome_watcher:client",
847 "//chrome/chrome_watcher:kasko_util", 847 "//chrome/chrome_watcher:kasko_util",
848 "//chrome/common:metrics_constants_util_win", 848 "//chrome/common:metrics_constants_util_win",
849 "//chrome/common:version_header", 849 "//chrome/common:version_header",
850 "//chrome/installer/util:strings", 850 "//chrome/installer/util:strings",
851 "//chrome_elf", 851 "//chrome_elf:blacklist",
852 "//chrome_elf:constants", 852 "//chrome_elf:constants",
853 "//chrome_elf:dll_hash", 853 "//chrome_elf:dll_hash",
854 "//components/browser_watcher", 854 "//components/browser_watcher",
855 "//components/browser_watcher:browser_watcher_client", 855 "//components/browser_watcher:browser_watcher_client",
856 "//components/startup_metric_utils/common", 856 "//components/startup_metric_utils/common",
857 "//google_update", 857 "//google_update",
858 "//third_party/iaccessible2", 858 "//third_party/iaccessible2",
859 "//third_party/isimpledom", 859 "//third_party/isimpledom",
860 "//third_party/wtl", 860 "//third_party/wtl",
861 ] 861 ]
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 # linking all of the test support. 1374 # linking all of the test support.
1375 source_set("pepper_cdm_test_constants") { 1375 source_set("pepper_cdm_test_constants") {
1376 testonly = true 1376 testonly = true
1377 visibility = [ "//chrome/*" ] 1377 visibility = [ "//chrome/*" ]
1378 sources = [ 1378 sources = [
1379 "media/pepper_cdm_test_constants.cc", 1379 "media/pepper_cdm_test_constants.cc",
1380 "media/pepper_cdm_test_constants.h", 1380 "media/pepper_cdm_test_constants.h",
1381 ] 1381 ]
1382 } 1382 }
1383 } 1383 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698