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

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: Follow review 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
« no previous file with comments | « DEPS ('k') | shell/android/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 143ef6d8a0a7141c81561eecaf0e9bd310153773..9cf95376b1568b6713187030ac2aacac79a0ce60 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -47,6 +47,7 @@ if (is_android) {
if (!mojo_use_prebuilt_mojo_shell) {
shell_common_deps = [
":parent_lib",
+ "crash",
"//base",
"//base/allocator",
"//build/config/sanitizers:deps",
« no previous file with comments | « DEPS ('k') | shell/android/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698