Chromium Code Reviews| Index: build/secondary/third_party/crashpad/crashpad/compat/BUILD.gn |
| diff --git a/build/secondary/third_party/crashpad/crashpad/compat/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/compat/BUILD.gn |
| index 031a721c581046d6d0f20c59c4df58f15b303a5f..27431f8ea39e3d1fbbaf09f64b54b92e4fe9c521 100644 |
| --- a/build/secondary/third_party/crashpad/crashpad/compat/BUILD.gn |
| +++ b/build/secondary/third_party/crashpad/crashpad/compat/BUILD.gn |
| @@ -19,7 +19,7 @@ config("compat_config") { |
| } |
| } |
| -source_set("compat") { |
| +static_library("compat") { |
| sources = [] |
| if (is_mac) { |
| sources += [ |