From b384f2b63fb410e1c4a9776cabbe33ac60307ba6 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Thu, 31 Oct 2013 06:56:49 +0000 Subject: [PATCH] Make all_webkit depend on breakpad targets required to symbolize crashes BUG=253351 R=dpranke@chromium.org Review URL: https://codereview.chromium.org/52713004 git-svn-id: http://src.chromium.org/svn/trunk/src/build@232028 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- all.gyp | 12 ++++++++++++ all_android.gyp | 2 ++ 2 files changed, 14 insertions(+) diff --git a/all.gyp b/all.gyp index 43ac284e5..bf3b82cb9 100644 --- a/all.gyp +++ b/all.gyp @@ -369,6 +369,18 @@ '../third_party/WebKit/public/all.gyp:all_blink', '../content/content_shell_and_tests.gyp:content_shell', ], + 'conditions': [ + ['OS=="win"', { + 'dependencies': [ + '../content/content_shell_and_tests.gyp:content_shell_crash_service', + ], + }, { # OS!="win" + 'dependencies': [ + '../breakpad/breakpad.gyp:dump_syms', + '../breakpad/breakpad.gyp:minidump_stackwalk', + ], + }], + ], }, # target_name: all_webkit { 'target_name': 'chromium_builder_nacl_win_integration', diff --git a/all_android.gyp b/all_android.gyp index d8557500b..466745ec8 100644 --- a/all_android.gyp +++ b/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 {