| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 0e6268f6b62c5e52cbb0e3ccef164bd3eae0fcc8..82d2e9d248189095777456b13d220eba302536cc 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -152,7 +152,7 @@ if (!is_android && !is_mac) {
|
| defines = []
|
| public_deps = []
|
| deps = [
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//printing/features",
|
| ]
|
|
|
| @@ -347,7 +347,7 @@ if (is_win) {
|
| ":chrome_dll_manifest",
|
| ":chrome_dll_version",
|
| "//base/trace_event/etw_manifest:chrome_events_win",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//chrome/app:chrome_dll_resources",
|
| "//chrome/app:command_ids",
|
| "//chrome/app/theme:chrome_unscaled_resources",
|
| @@ -443,7 +443,7 @@ if (is_win) {
|
| ":child_dependencies",
|
| ":chrome_child_manifest",
|
| ":chrome_dll_version",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//chrome/browser/policy:path_parser",
|
| "//chrome/common:features",
|
| "//chrome/install_static:install_static_util",
|
| @@ -558,7 +558,7 @@ if (is_win) {
|
| ":chrome_app_strings_bundle_data",
|
| ":chrome_resources",
|
| ":chrome_versioned_bundle_data",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//chrome/common:version_header",
|
| ]
|
|
|
| @@ -744,7 +744,7 @@ if (is_win) {
|
| defines = [ "HELPER_EXECUTABLE" ]
|
|
|
| deps = [
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//chrome/common:version_header",
|
| ]
|
|
|
| @@ -1178,7 +1178,7 @@ if (is_win) {
|
| ":chrome_framework_services",
|
| ":packed_resources",
|
| ":widevine_cdm_library",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//chrome/app/nibs:chrome_xibs",
|
| ]
|
|
|
|
|