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

Unified Diff: content/BUILD.gn

Issue 2892493002: Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) (Closed)
Patch Set: Fix find/replace error in nacl Created 3 years, 7 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/browser/bluetooth/tools/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 1d7678c9e44047763efc7a1f2340c82b25da4fb8..05c3876c5bb3b83e54ce62abbd31cf15e076c03c 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -80,7 +80,7 @@ if (is_component_build) {
public_deps =
content_shared_components + [ "//content/public/app:both_sources" ]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
}
} else if (is_nacl_nonsfi) {
« no previous file with comments | « components/wifi/BUILD.gn ('k') | content/browser/bluetooth/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698