Chromium Code Reviews| Index: content/BUILD.gn |
| diff --git a/content/BUILD.gn b/content/BUILD.gn |
| index 1d7678c9e44047763efc7a1f2340c82b25da4fb8..05c3876c5bb3b83e54ce62abbd31cf15e076c03c 100644 |
| --- a/content/BUILD.gn |
| +++ b/content/BUILD.gn |
| @@ -80,7 +80,7 @@ if (is_component_build) { |
| public_deps = |
| content_shared_components + [ "//content/public/app:both_sources" ] |
| deps = [ |
| - "//build/config/sanitizers:deps", |
| + "//build/config:exe_and_shlib_deps", |
| ] |
| } |
| } else if (is_nacl_nonsfi) { |