| Index: courgette/BUILD.gn
|
| diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn
|
| index 8c96e43ddd05491ee531366ca1598032ae0994de..b2d13e9a6c5e987a5003549d664beb9cf11af2a2 100644
|
| --- a/courgette/BUILD.gn
|
| +++ b/courgette/BUILD.gn
|
| @@ -98,7 +98,7 @@ if (!is_ios) {
|
| deps = [
|
| ":courgette_lib",
|
| "//base",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//build/win:default_exe_manifest",
|
| ]
|
| }
|
| @@ -111,7 +111,7 @@ if (!is_ios) {
|
| deps = [
|
| ":courgette_lib",
|
| "//base",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//build/win:default_exe_manifest",
|
| ]
|
| }
|
|
|