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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 2888713003: Add //build/config:exe_and_shlib_deps (Closed)
Patch Set: 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 | « build/config/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index ba1e5c959ca3d13d54c5f5d34bd8a8ed254d5ca4..fa4ec72c87c2ffe25353ab9e750cc2fd63c934e4 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -682,7 +682,7 @@ template("component") {
if (!defined(deps)) {
deps = []
}
- deps += [ "//build/config/sanitizers:deps" ]
+ deps += [ "//build/config:exe_and_shlib_deps" ]
}
}
« no previous file with comments | « build/config/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698