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

Unified Diff: components/browser_watcher/BUILD.gn

Issue 2860863003: Rework GetStabilityFileForProcess for use by Crashpad integration (Closed)
Patch Set: 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",
Mark Mentovai 2017/05/04 16:47:10 Did you really need this? crashpad/util didn’t giv
manzagop (departed) 2017/05/04 19:52:41 Yup, otherwise I get "C1083: Cannot open include f
Mark Mentovai 2017/05/04 21:27:37 That’s never really the right solution (which is p
manzagop (departed) 2017/05/05 14:35:22 Ah nice! Removed here, below and in components/cra
+ "//third_party/crashpad/crashpad/util",
]
}
« 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