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

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

Issue 2878193002: [Crash Reporting] Implement a more direct bridge for extracting logcat output. (Closed)
Patch Set: Document threading more, and fix check_deps 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/crash/content/browser/BUILD.gn
diff --git a/components/crash/content/browser/BUILD.gn b/components/crash/content/browser/BUILD.gn
index 20da935224ccc01e1d033248d7f86131ff63755c..31fb1d1aeb0445c8774570a94dc8d2c1e6ac2b55 100644
--- a/components/crash/content/browser/BUILD.gn
+++ b/components/crash/content/browser/BUILD.gn
@@ -42,4 +42,8 @@ source_set("browser") {
configs += [ "//breakpad:client_config" ]
public_configs = [ "//breakpad:client_config" ]
}
+
+ if (is_android) {
+ deps += [ "//components/crash/android:jni_headers" ]
+ }
}

Powered by Google App Engine
This is Rietveld 408576698