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: Merge 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..1db2f3fd02dc45e4b924154f889dd500fe35bdf8 100644
--- a/components/browser_watcher/BUILD.gn
+++ b/components/browser_watcher/BUILD.gn
@@ -94,6 +94,8 @@ static_library("stability_client") {
]
deps = [
"//base",
+ "//third_party/crashpad/crashpad/compat",
+ "//third_party/crashpad/crashpad/util",
Mark Mentovai 2017/05/04 21:27:37 According to try server results, you’ll probably w
manzagop (departed) 2017/05/05 14:35:22 I folded the target inside the is_win. Done.
]
}
« no previous file with comments | « no previous file | components/browser_watcher/stability_paths.h » ('j') | components/browser_watcher/stability_paths.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698