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

Unified Diff: shell/BUILD.gn

Issue 1227333002: Add breakpad support to mojo shell apk. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Reuse chromium breakpad infrastructure. Created 5 years, 5 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: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index bf995ddafbeb8877a011eeeb2b4239ef8a9d49aa..3636854dc579521d3d117cbb2592e295be64e1f8 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -46,6 +46,7 @@ if (is_android) {
if (!mojo_use_prebuilt_mojo_shell) {
shell_common_deps = [
":parent_lib",
+ "crash:app",
"//base",
"//base/allocator",
"//build/config/sanitizers:deps",

Powered by Google App Engine
This is Rietveld 408576698