| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 0237e1c5e0956084c8a090f5ae72df37484c9b71..96efd13c924ba5d4454cfe7788a26c46b9b5f9cc 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -427,6 +427,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
|
| {
|
| @@ -454,6 +464,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
|
| {
|
|
|