| Index: sandbox/linux/BUILD.gn
|
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
|
| index 1499739a2db6d1d73bd1cabdc96586530ee3eb34..1e143e5759658585bb475d7b944c1c715c93350f 100644
|
| --- a/sandbox/linux/BUILD.gn
|
| +++ b/sandbox/linux/BUILD.gn
|
| @@ -198,6 +198,7 @@ shared_library("sandbox_linux_jni_unittests") {
|
| testonly = true
|
| deps = [
|
| ":sandbox_linux_unittests_sources",
|
| + "//build/config/sanitizers:deps",
|
| ]
|
| if (is_android) {
|
| deps += [ "//testing/android/native_test:native_test_native_code" ]
|
| @@ -285,6 +286,10 @@ if (is_linux) {
|
| # TODO fix this and re-enable this warning.
|
| "-Wno-sign-compare",
|
| ]
|
| +
|
| + deps = [
|
| + "//build/config/sanitizers:deps",
|
| + ]
|
| }
|
| }
|
|
|
|
|