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", |
] |
} |