From c0fa15f40abe6977d5adb5b07fc1e6756daf76e4 Mon Sep 17 00:00:00 2001 From: "kbr@chromium.org" Date: Mon, 28 Oct 2013 20:28:32 +0000 Subject: [PATCH] Added crash_service as a dependency of chromium_gpu_{debug_}builder target. BUG=311826 R=zmo@chromium.org Review URL: https://codereview.chromium.org/46063004 git-svn-id: http://src.chromium.org/svn/trunk/src/build@231397 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- all.gyp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 {