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

Unified Diff: components/browser_watcher/BUILD.gn

Issue 2860863003: Rework GetStabilityFileForProcess for use by Crashpad integration (Closed)
Patch Set: Address Mark's second round Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: components/browser_watcher/BUILD.gn
diff --git a/components/browser_watcher/BUILD.gn b/components/browser_watcher/BUILD.gn
index 380a17521cd952364464eb973317aaea2f76ae00..b1d4a41c783d6229dea9f1f534fe460dd7110720 100644
--- a/components/browser_watcher/BUILD.gn
+++ b/components/browser_watcher/BUILD.gn
@@ -79,25 +79,24 @@ if (is_win) {
"//third_party/crashpad/crashpad/util",
]
}
-}
-static_library("stability_client") {
- sources = [
- "features.cc",
- "features.h",
- "stability_data_names.cc",
- "stability_data_names.h",
- "stability_debugging.cc",
- "stability_debugging.h",
- "stability_paths.cc",
- "stability_paths.h",
- ]
- deps = [
- "//base",
- ]
-}
+ static_library("stability_client") {
+ sources = [
+ "features.cc",
+ "features.h",
+ "stability_data_names.cc",
+ "stability_data_names.h",
+ "stability_debugging.cc",
+ "stability_debugging.h",
+ "stability_paths.cc",
+ "stability_paths.h",
+ ]
+ deps = [
+ "//base",
+ "//third_party/crashpad/crashpad/util",
+ ]
+ }
-if (is_win) {
source_set("unit_tests") {
testonly = true
sources = [
@@ -126,7 +125,6 @@ if (is_win) {
"//third_party/crashpad/crashpad/client",
# TODO(manzagop): remove this lib once Crashpad writes the minidumps.
- "//third_party/crashpad/crashpad/compat",
"//third_party/crashpad/crashpad/minidump",
"//third_party/crashpad/crashpad/snapshot",
"//third_party/crashpad/crashpad/util",
« no previous file with comments | « build/secondary/third_party/crashpad/crashpad/util/BUILD.gn ('k') | components/browser_watcher/stability_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698