aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-09-15 14:46:32 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-09-15 14:46:32 +0000
commit90a41b68ad75ec6cf8845c9569e8afd67ea3a184 (patch)
tree6d6bbe86a37d782a8cbeb8a868770b029ffee7ff /src
parentFix a bug in range_map-inl.h and add a unittest to expose the exisiting bug. (diff)
downloadbreakpad-90a41b68ad75ec6cf8845c9569e8afd67ea3a184.tar.xz
Fix include paths in breakpad_client.gyp to make the build work
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@684 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src')
-rwxr-xr-xsrc/client/windows/breakpad_client.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/windows/breakpad_client.gyp b/src/client/windows/breakpad_client.gyp
index 4ae8fe54..08267dca 100755
--- a/src/client/windows/breakpad_client.gyp
+++ b/src/client/windows/breakpad_client.gyp
@@ -48,6 +48,7 @@
'type': 'static_library',
'include_dirs': [
'<(DEPTH)',
+ '<(DEPTH)/third_party/glog/glog/src/windows/',
],
'direct_dependent_settings': {
'include_dirs': [