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

Unified Diff: content/shell/android/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 | « content/shell/BUILD.gn ('k') | courgette/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index dc2e2a805f582d140980f5bf84835e5ad993b961..2a4ef28c5adab3794c712a54546accab7d4ac87d 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -21,6 +21,7 @@ shared_library("libcontent_shell_content_view") {
testonly = true
deps = [
":content_shell_jni_headers",
+ "//build/config/sanitizers:deps",
"//content/shell:content_shell_lib",
"//content/shell:pak",
"//components/crash/browser",
@@ -217,6 +218,7 @@ if (current_cpu != "x64" && current_cpu != "arm64") {
deps = [
":linker_test_jni_headers",
+ "//build/config/sanitizers:deps",
"//content/shell:content_shell_lib",
# Required to include "content/public/browser/android/compositor.h"
« no previous file with comments | « content/shell/BUILD.gn ('k') | courgette/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698