Chromium Code Reviews| Index: third_party/sqlite/BUILD.gn |
| diff --git a/third_party/sqlite/BUILD.gn b/third_party/sqlite/BUILD.gn |
| index 367b1f03998423f89c0dc03edb291013f703d450..a5e030f11d1b3daba1d41fceb70b75573e385f3c 100644 |
| --- a/third_party/sqlite/BUILD.gn |
| +++ b/third_party/sqlite/BUILD.gn |
| @@ -212,7 +212,7 @@ if (!use_system_sqlite) { |
| deps = [ |
| ":sqlite", |
| - "//build/config/sanitizers:deps", |
| + "//build/config:exe_and_shlib_deps", |
| "//third_party/icu", |
| ] |
| } |