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

Unified Diff: chrome/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 | « breakpad/BUILD.gn ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 0e6268f6b62c5e52cbb0e3ccef164bd3eae0fcc8..82d2e9d248189095777456b13d220eba302536cc 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -152,7 +152,7 @@ if (!is_android && !is_mac) {
defines = []
public_deps = []
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//printing/features",
]
@@ -347,7 +347,7 @@ if (is_win) {
":chrome_dll_manifest",
":chrome_dll_version",
"//base/trace_event/etw_manifest:chrome_events_win",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//chrome/app:chrome_dll_resources",
"//chrome/app:command_ids",
"//chrome/app/theme:chrome_unscaled_resources",
@@ -443,7 +443,7 @@ if (is_win) {
":child_dependencies",
":chrome_child_manifest",
":chrome_dll_version",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//chrome/browser/policy:path_parser",
"//chrome/common:features",
"//chrome/install_static:install_static_util",
@@ -558,7 +558,7 @@ if (is_win) {
":chrome_app_strings_bundle_data",
":chrome_resources",
":chrome_versioned_bundle_data",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//chrome/common:version_header",
]
@@ -744,7 +744,7 @@ if (is_win) {
defines = [ "HELPER_EXECUTABLE" ]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//chrome/common:version_header",
]
@@ -1178,7 +1178,7 @@ if (is_win) {
":chrome_framework_services",
":packed_resources",
":widevine_cdm_library",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//chrome/app/nibs:chrome_xibs",
]
« no previous file with comments | « breakpad/BUILD.gn ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698