diff --git a/all.gyp b/all.gyp index a1f92f52a..50dc18429 100644 --- a/all.gyp +++ b/all.gyp @@ -429,6 +429,16 @@ '../chrome/chrome.gyp:linux_symbols' ], }], + ['OS=="win"', { + 'dependencies': [ + '../chrome/chrome.gyp:crash_service', + ], + }], + ['OS=="win" and target_arch=="ia32"', { + 'dependencies': [ + '../chrome/chrome.gyp:crash_service_win64', + ], + }], ], }, # target_name: chromium_gpu_builder { @@ -456,6 +466,16 @@ '../chrome/chrome.gyp:linux_symbols' ], }], + ['OS=="win"', { + 'dependencies': [ + '../chrome/chrome.gyp:crash_service', + ], + }], + ['OS=="win" and target_arch=="ia32"', { + 'dependencies': [ + '../chrome/chrome.gyp:crash_service_win64', + ], + }], ], }, # target_name: chromium_gpu_debug_builder {