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

Unified Diff: components/crash/content/browser/BUILD.gn

Issue 1423043002: Fix missing dependencies for //components/crash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: double-sigh. Add v8 config to content_descriptors target Created 5 years, 2 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
« no previous file with comments | « components/crash/content/app/BUILD.gn ('k') | components/crash/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/crash/content/app/BUILD.gn ('k') | components/crash/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698