| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index ccf24913d5831a0027bdd18914b57d6885d0136e..1d48113278f7a26759bbb63bb2496f847dddb212 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -488,7 +488,7 @@ if (is_android) {
|
| deps = [
|
| ":content_shell_framework_bundle_data",
|
| ":content_shell_resources_bundle_data",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_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
|
| @@ -521,7 +521,7 @@ if (is_android) {
|
| deps = [
|
| ":content_shell_lib",
|
| ":pak",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//build/win:default_exe_manifest",
|
| ]
|
|
|
| @@ -560,7 +560,7 @@ if (is_win) {
|
|
|
| deps = [
|
| "//base",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//build/win:default_exe_manifest",
|
| "//components/crash/content/tools:crash_service",
|
| ]
|
| @@ -726,7 +726,7 @@ if (is_mac) {
|
| ]
|
| deps = [
|
| ":content_shell_framework+link",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| ]
|
| ldflags = [
|
| # The helper is in Content Shell.app/Contents/Frameworks/Content Shell Helper.app/Contents/MacOS/
|
|
|