aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/breakpad_client.gyp
diff options
context:
space:
mode:
authorerikwright@chromium.org <erikwright@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-09-21 17:27:07 +0000
committererikwright@chromium.org <erikwright@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-09-21 17:27:07 +0000
commita91e414f841dedc96efcae583f2fee6067fc637f (patch)
treeabe4e61ea3adbf5fb1d9268d2d875c2b10b1a770 /src/client/windows/breakpad_client.gyp
parentFix CrashGenerationServer to recover from protocol errors and a test for same. (diff)
downloadbreakpad-a91e414f841dedc96efcae583f2fee6067fc637f.tar.xz
Modify crash_generation_app to use GYP instead of VS .sln file for ease of maintenance.
Backed out r684 (added glog include dir to client gyp files). It was obviated by r685, which removed the dependency on glog from the client projects. BUG=None TEST="gclient runhooks --force"; build crash_generation_app; launch crash_generation_app. r=hansl at http://breakpad.appspot.com/191001/show git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@696 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/windows/breakpad_client.gyp')
-rwxr-xr-xsrc/client/windows/breakpad_client.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/windows/breakpad_client.gyp b/src/client/windows/breakpad_client.gyp
index 9fbb88c3..ddcb7ced 100755
--- a/src/client/windows/breakpad_client.gyp
+++ b/src/client/windows/breakpad_client.gyp
@@ -41,6 +41,7 @@
'./sender/crash_report_sender.gyp:*',
'./unittests/client_tests.gyp:*',
'./unittests/testing.gyp:*',
+ './tests/crash_generation_app/crash_generation_app.gyp:*',
]
},
{
@@ -48,7 +49,6 @@
'type': 'static_library',
'include_dirs': [
'<(DEPTH)',
- '<(DEPTH)/third_party/glog/glog/src/windows/',
],
'direct_dependent_settings': {
'include_dirs': [