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

Unified Diff: content/shell/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/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 91e8d283db86c925446c6f5f18fcc2cbe1a71cd2..947e8bf5ffb63900fe25d4803d3d496ab17cd03e 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -416,6 +416,7 @@ if (!is_android && !is_mac) {
":content_shell_lib",
":pak",
"//base/allocator",
+ "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
@@ -457,6 +458,7 @@ if (is_win) {
deps = [
"//base",
+ "//build/config/sanitizers:deps",
"//components/crash/tools:crash_service",
]
« no previous file with comments | « content/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698