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
This commit is contained in:
jochen@chromium.org 2013-10-31 06:56:49 +00:00
Родитель c04abca7a3
Коммит b384f2b63f
2 изменённых файлов: 14 добавлений и 0 удалений

12
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',

Просмотреть файл

@ -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
{