| Index: remoting/test/BUILD.gn
|
| diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn
|
| index 1ec2e0fbbcc07c461c030d4bb94831a0c3ecca2f..1c3dda5111f511132774b66adeacae0bd1497b7f 100644
|
| --- a/remoting/test/BUILD.gn
|
| +++ b/remoting/test/BUILD.gn
|
| @@ -90,6 +90,7 @@ executable("chromoting_test_driver") {
|
| deps = [
|
| ":test_support",
|
| "//base/test:test_support",
|
| + "//build/config/sanitizers:deps",
|
| "//testing/gtest",
|
| ]
|
| }
|
| @@ -127,6 +128,7 @@ executable("ar_sample_test_driver") {
|
| deps = [
|
| ":ar_test_driver_common",
|
| "//base/test:test_support",
|
| + "//build/config/sanitizers:deps",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|