diff options
author | ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-09-15 14:46:32 +0000 |
---|---|---|
committer | ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-09-15 14:46:32 +0000 |
commit | 90a41b68ad75ec6cf8845c9569e8afd67ea3a184 (patch) | |
tree | 6d6bbe86a37d782a8cbeb8a868770b029ffee7ff | |
parent | Fix a bug in range_map-inl.h and add a unittest to expose the exisiting bug. (diff) | |
download | breakpad-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
-rwxr-xr-x | src/client/windows/breakpad_client.gyp | 1 |
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': [ |