| Index: build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
|
| diff --git a/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
|
| index ac1254690b1be6f957590d1160e24db8b5a51e22..b058c5742593eb4a14335ba061475690c70adf6e 100644
|
| --- a/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
|
| +++ b/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
|
| @@ -255,10 +255,13 @@ static_library("util") {
|
|
|
| deps = [
|
| "//base",
|
| - "//third_party/crashpad/crashpad/compat",
|
| "//third_party/crashpad/crashpad/third_party/zlib",
|
| ]
|
|
|
| + public_deps = [
|
| + "//third_party/crashpad/crashpad/compat",
|
| + ]
|
| +
|
| if (is_win) {
|
| libs = [ "winhttp.lib" ]
|
| cflags = [
|
|
|