Chromium Code Reviews| Index: third_party/protobuf/BUILD.gn |
| diff --git a/third_party/protobuf/BUILD.gn b/third_party/protobuf/BUILD.gn |
| index b2eab67e85d43fdd82e5333b5a2d50f7254a863a..eddfc8a7a9cb393596c57a0874995993eaca2b4f 100644 |
| --- a/third_party/protobuf/BUILD.gn |
| +++ b/third_party/protobuf/BUILD.gn |
| @@ -256,5 +256,6 @@ if (current_toolchain == host_toolchain) { |
| deps = [ |
| ":protobuf_full", |
| ] |
| + deps += [ "//build/config/sanitizers:deps" ] |
| } |
| } |