| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 49e35982d1d16f173b84c8bf7015fde9150edbc5..99ecb1784f2239ee35824824c672f07522f9e5ec 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -247,6 +247,7 @@ shared_library("chrome_shell") {
|
| ]
|
| deps = [
|
| ":chrome_shell_base",
|
| + "//build/config/sanitizers:deps",
|
| ]
|
| }
|
|
|
| @@ -627,6 +628,7 @@ jinja_template_resources("chrome_public_template_resources") {
|
| # GYP: //chrome/android/chrome_apk.gyp:libchrome_public
|
| shared_library("chrome_public") {
|
| deps = [
|
| + "//build/config/sanitizers:deps",
|
| "//chrome:chrome_android_core",
|
| ]
|
| gypi_values = exec_script(
|
|
|