From 7317dc4f4a21a24b07d7d372e1f5865ffbdf1e39 Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Fri, 7 Nov 2014 17:41:01 +0000 Subject: [PATCH] Possibly fix Windows build. --- .../src/client/windows/breakpad_client.gyp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/google-breakpad/src/client/windows/breakpad_client.gyp b/google-breakpad/src/client/windows/breakpad_client.gyp index 6479753..ca7ca50 100644 --- a/google-breakpad/src/client/windows/breakpad_client.gyp +++ b/google-breakpad/src/client/windows/breakpad_client.gyp @@ -31,18 +31,6 @@ '../../build/common.gypi', ], 'targets': [ - { - 'target_name': 'build_all', - 'type': 'none', - 'dependencies': [ - './crash_generation/crash_generation.gyp:*', - './handler/exception_handler.gyp:*', - './sender/crash_report_sender.gyp:*', - './unittests/client_tests.gyp:*', - './unittests/testing.gyp:*', - './tests/crash_generation_app/crash_generation_app.gyp:*', - ] - }, { 'target_name': 'common', 'type': 'static_library',