Index: components/crash/content/browser/BUILD.gn |
diff --git a/components/crash/content/browser/BUILD.gn b/components/crash/content/browser/BUILD.gn |
index 44323574d9f890668de6ca8da7d47ed8addc7ee4..b3a79482dcdf448e222cef3401724c54ef3291a9 100644 |
--- a/components/crash/content/browser/BUILD.gn |
+++ b/components/crash/content/browser/BUILD.gn |
@@ -14,6 +14,7 @@ source_set("browser") { |
deps = [ |
"//base", |
+ "//breakpad:client", |
"//components/crash/content/app", |
"//content/public/browser", |
"//content/public/common", |
@@ -27,7 +28,10 @@ source_set("browser") { |
"crash_handler_host_linux.cc", |
"crash_handler_host_linux.h", |
] |
- deps += [ "//breakpad:client" ] |
+ deps += [ |
+ "//breakpad:client", |
+ "//components/crash/content/app:app_non_mac", |
+ ] |
} |
# This is not in the GYP build but this target includes breakpad client |