mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-04 05:34:45 +01:00
windows: update gtest/gmock paths
The Windows build has rotted a bit with the gtest/gmock updates. Update all of the paths to fix things up again. Change-Id: Id67ce76abfd331c0543aa4bd1138e9cc13a18c75 Reviewed-on: https://chromium-review.googlesource.com/441584 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
333ed18eb0
commit
12f8ca4855
6 changed files with 22 additions and 20 deletions
|
|
@ -32,8 +32,7 @@
|
|||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "breakpad_googletest_includes.h"
|
||||
|
||||
namespace tools {
|
||||
namespace windows {
|
||||
|
|
@ -201,4 +200,4 @@ TEST_F(DumpSymsRegressionTest, EnsureDumpedSymbolsMatch) {
|
|||
|
||||
} // namespace dump_syms
|
||||
} // namespace windows
|
||||
} // namespace tools
|
||||
} // namespace tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue