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

Unified Diff: content/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 | « components/wifi/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/BUILD.gn
diff --git a/content/BUILD.gn b/content/BUILD.gn
index 7909e7f56dc490c0a8c271c75b3482f3036ba918..d9c1999a5baa4ac61198a260579e840f414dd968 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -55,6 +55,9 @@ if (is_component_build) {
shared_library("content") {
public_deps =
content_shared_components + [ "//content/public/app:both_sources" ]
+ deps = [
+ "//build/config/sanitizers:deps",
+ ]
}
} else {
group("content") {
« no previous file with comments | « components/wifi/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698