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

Side by Side Diff: components/browser_watcher/BUILD.gn

Issue 2372633002: Use the correct product/version for postmortem reports (Closed)
Patch Set: Address clang errors Created 4 years, 2 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//third_party/protobuf/proto_library.gni") 5 import("//third_party/protobuf/proto_library.gni")
6 6
7 proto_library("stability_report_proto") { 7 proto_library("stability_report_proto") {
8 sources = [ 8 sources = [
9 "stability_report.proto", 9 "stability_report.proto",
10 ] 10 ]
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 static_library("postmortem_report_collector") { 62 static_library("postmortem_report_collector") {
63 sources = [ 63 sources = [
64 "postmortem_report_collector.cc", 64 "postmortem_report_collector.cc",
65 "postmortem_report_collector.h", 65 "postmortem_report_collector.h",
66 ] 66 ]
67 deps = [ 67 deps = [
68 ":postmortem_minidump_writer", 68 ":postmortem_minidump_writer",
69 ":stability_report_proto", 69 ":stability_report_proto",
70 "//base", 70 "//base",
71 "//components/version_info",
72 "//third_party/crashpad/crashpad/client", 71 "//third_party/crashpad/crashpad/client",
73 "//third_party/crashpad/crashpad/util", 72 "//third_party/crashpad/crashpad/util",
74 ] 73 ]
75 } 74 }
76 75
77 static_library("stability") { 76 static_library("stability") {
78 sources = [ 77 sources = [
79 "features.cc", 78 "features.cc",
80 "features.h", 79 "features.h",
81 "stability_debugging_win.cc", 80 "stability_debugging_win.cc",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 120
122 executable("dump_postmortem") { 121 executable("dump_postmortem") {
123 sources = [ 122 sources = [
124 "dump_postmortem_minidump_main_win.cc", 123 "dump_postmortem_minidump_main_win.cc",
125 ] 124 ]
126 deps = [ 125 deps = [
127 ":stability_report_proto", 126 ":stability_report_proto",
128 "//base", 127 "//base",
129 ] 128 ]
130 } 129 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/chrome_metrics_service_client.cc ('k') | components/browser_watcher/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698