| Index: gpu/gles2_conform_support/BUILD.gn
|
| diff --git a/gpu/gles2_conform_support/BUILD.gn b/gpu/gles2_conform_support/BUILD.gn
|
| index 650aad5ada217ab7d3bcedb825c55e9d08718ba3..136703c72eae9b1fd2ca7a3a864672d47aa7f901 100644
|
| --- a/gpu/gles2_conform_support/BUILD.gn
|
| +++ b/gpu/gles2_conform_support/BUILD.gn
|
| @@ -54,7 +54,7 @@ executable("gles2_conform_support") {
|
| deps = [
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//build/win:default_exe_manifest",
|
| "//gpu/command_buffer/client:gles2_c_lib_nocheck",
|
| "//gpu/gles2_conform_support/egl",
|
| @@ -401,7 +401,7 @@ if (internal_gles2_conform_tests) {
|
| ]
|
| deps = [
|
| ":generate_gles2_conform_embedded_data",
|
| - "//build/config/sanitizers:deps",
|
| + "//build/config:exe_and_shlib_deps",
|
| "//gpu/command_buffer/client:gles2_c_lib_nocheck",
|
| "//gpu/gles2_conform_support/egl",
|
| "//gpu/gles2_conform_support/native:windowless",
|
|
|