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

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: Rename function to RegisterCrashKeysAndSetMetricsId 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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 "//ui/views", 832 "//ui/views",
833 "//ui/views/controls/webview", 833 "//ui/views/controls/webview",
834 ] 834 ]
835 deps += [ 835 deps += [
836 ":chrome_process_finder", 836 ":chrome_process_finder",
837 "//chrome:file_pre_reader", 837 "//chrome:file_pre_reader",
838 "//chrome/chrome_watcher:client", 838 "//chrome/chrome_watcher:client",
839 "//chrome/common:metrics_constants_util_win", 839 "//chrome/common:metrics_constants_util_win",
840 "//chrome/common:version_header", 840 "//chrome/common:version_header",
841 "//chrome/installer/util:strings", 841 "//chrome/installer/util:strings",
842 "//chrome_elf", 842 "//chrome_elf:blacklist",
843 "//chrome_elf:constants", 843 "//chrome_elf:constants",
844 "//chrome_elf:dll_hash", 844 "//chrome_elf:dll_hash",
845 "//components/browser_watcher", 845 "//components/browser_watcher",
846 "//components/browser_watcher:browser_watcher_client", 846 "//components/browser_watcher:browser_watcher_client",
847 "//components/startup_metric_utils/common", 847 "//components/startup_metric_utils/common",
848 "//google_update", 848 "//google_update",
849 "//third_party/iaccessible2", 849 "//third_party/iaccessible2",
850 "//third_party/isimpledom", 850 "//third_party/isimpledom",
851 "//third_party/wtl", 851 "//third_party/wtl",
852 ] 852 ]
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1365 # linking all of the test support. 1365 # linking all of the test support.
1366 source_set("pepper_cdm_test_constants") { 1366 source_set("pepper_cdm_test_constants") {
1367 testonly = true 1367 testonly = true
1368 visibility = [ "//chrome/*" ] 1368 visibility = [ "//chrome/*" ]
1369 sources = [ 1369 sources = [
1370 "media/pepper_cdm_test_constants.cc", 1370 "media/pepper_cdm_test_constants.cc",
1371 "media/pepper_cdm_test_constants.h", 1371 "media/pepper_cdm_test_constants.h",
1372 ] 1372 ]
1373 } 1373 }
1374 } 1374 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698