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

Unified Diff: build/all_android.gyp

Issue 52713004: Make all_webkit depend on breakpad targets required to symbolize crashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« build/all.gyp ('K') | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index d8557500be5dbe232e94db89cafe4a0c7cfb8cf7..466745ec807e50fc2649a8d22c9560961f1926a5 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -36,6 +36,8 @@
'dependencies': [
'../third_party/WebKit/public/all.gyp:all_blink',
'../content/content_shell_and_tests.gyp:content_shell_apk',
+ '../breakpad/breakpad.gyp:dump_syms',
+ '../breakpad/breakpad.gyp:minidump_stackwalk',
],
}, # target_name: all_webkit
{
« build/all.gyp ('K') | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698