| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index f688ebb2244f4b90bfa9351afd16ddbd4638afd1..c8142f95b0c36731642373010bc03e75c6234f2e 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -381,7 +381,6 @@
|
| }],
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| - '../chrome/chrome.gyp:crash_service',
|
| '../chrome/chrome.gyp:installer_util_unittests',
|
| '../chrome/chrome.gyp:setup_unittests',
|
| # ../chrome/test/mini_installer requires mini_installer.
|
| @@ -590,15 +589,9 @@
|
| }],
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| - '../chrome/chrome.gyp:crash_service',
|
| '../gpu/gpu.gyp:angle_perftests',
|
| ],
|
| }],
|
| - ['OS=="win" and target_arch=="ia32"', {
|
| - 'dependencies': [
|
| - '../chrome/chrome.gyp:crash_service_win64',
|
| - ],
|
| - }],
|
| ],
|
| }, # target_name: chromium_builder_perf
|
| {
|
| @@ -628,16 +621,6 @@
|
| '../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
|
| {
|
|
|