Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: gpu/gles2_conform_support/BUILD.gn

Issue 1318343003: Annotate GN executables and shared_libraries with sanitizer deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « google_apis/gcm/BUILD.gn ('k') | gpu/skia_runner/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/BUILD.gn
diff --git a/gpu/gles2_conform_support/BUILD.gn b/gpu/gles2_conform_support/BUILD.gn
index a0874a7c7d60658ee8e9f60e766108723e0b1c83..860c0c24abdaeb32a2308c5ab59266e05393abb0 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) {
« no previous file with comments | « google_apis/gcm/BUILD.gn ('k') | gpu/skia_runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698