Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index bb5eac67f30a361c146e554d42931974bc01c88e..ab6a0decbf22d4547c8e9e67f9288d2976d5f188 100644 |
--- a/content/shell/BUILD.gn |
+++ b/content/shell/BUILD.gn |
@@ -468,6 +468,7 @@ if (is_android) { |
deps = [ |
":content_shell_framework_bundle_data", |
":content_shell_resources_bundle_data", |
+ "//build/config/sanitizers:deps", |
# TODO(rsesek): Remove this after GYP is gone, since it only needs to |
# be here per the comment in blink_test_platform_support_mac.mm about |
@@ -704,6 +705,7 @@ if (is_mac) { |
] |
deps = [ |
":content_shell_framework+link", |
+ "//build/config/sanitizers:deps", |
] |
ldflags = [ |
# The helper is in Content Shell.app/Contents/Frameworks/Content Shell Helper.app/Contents/MacOS/ |