summaryrefslogtreecommitdiffstats
path: root/gpu/gles2_conform_support/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/gles2_conform_support/BUILD.gn')
-rw-r--r--gpu/gles2_conform_support/BUILD.gn8
1 files changed, 5 insertions, 3 deletions
diff --git a/gpu/gles2_conform_support/BUILD.gn b/gpu/gles2_conform_support/BUILD.gn
index a0874a7..860c0c2 100644
--- a/gpu/gles2_conform_support/BUILD.gn
+++ b/gpu/gles2_conform_support/BUILD.gn
@@ -26,10 +26,11 @@ executable("gles2_conform_support") {
]
deps = [
"//base",
- "//gpu/gles2_conform_support/egl",
"//base/third_party/dynamic_annotations",
- "//ui/gl",
+ "//build/config/sanitizers:deps",
"//gpu/command_buffer/client:gles2_c_lib_nocheck",
+ "//gpu/gles2_conform_support/egl",
+ "//ui/gl",
]
if (is_linux) {
sources += [
@@ -73,9 +74,10 @@ if (internal_gles2_conform_tests) {
]
deps = [
":generate_gles2_conform_embedded_data",
+ "//build/config/sanitizers:deps",
+ "//gpu/command_buffer/client:gles2_c_libnocheck",
"//gpu/gles2_conform_support/egl",
"//gpu/gles2_conform_support/native:windowless",
- "//gpu/command_buffer/client:gles2_c_libnocheck",
]
configs += [ "//build/compiler:no_incompatible_pointer_warnings" ]
if (is_linux) {