| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 68433c3e957b64894c718eadc4a072702d1890d3..2a782269c8eba886be279559b5cbc43ae39013ec 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -649,7 +649,7 @@ shared_library("chrome") {
|
| "../browser/android/chrome_entry_point.cc",
|
| ]
|
| deps = [
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//chrome:chrome_android_core",
|
| ]
|
|
|
| @@ -776,7 +776,7 @@ shared_library("chrome_sync_shell") {
|
| "../browser/android/chrome_sync_shell_main_delegate_initializer.cc",
|
| ]
|
| deps = [
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//chrome:chrome_android_core",
|
| "//components/sync",
|
| "//components/sync:test_support_fake_server_android",
|
|
|