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

Unified Diff: ppapi/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 | « net/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index 6523b7d236bfd00295a6fb964795c28840985af8..28b89ed9eec75ec08f6dd703a4445d02f6292d87 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -39,10 +39,11 @@ shared_library("ppapi_tests") {
include_dirs = [ "lib/gl/include" ]
deps = [
- "//ppapi/cpp",
- "//ppapi/shared_impl",
":copy_test_files",
":copy_test_files2",
+ "//build/config/sanitizers:deps",
+ "//ppapi/cpp",
+ "//ppapi/shared_impl",
]
}
@@ -53,6 +54,7 @@ shared_library("power_saver_test_plugin") {
]
deps = [
+ "//build/config/sanitizers:deps",
"//ppapi/cpp",
"//ppapi/shared_impl",
]
@@ -137,6 +139,7 @@ executable("pepper_hash_for_uma") {
deps = [
"//base",
+ "//build/config/sanitizers:deps",
]
}
« no previous file with comments | « net/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698