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

Unified Diff: content/shell/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 | « content/browser/bluetooth/tools/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 ccf24913d5831a0027bdd18914b57d6885d0136e..1d48113278f7a26759bbb63bb2496f847dddb212 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -488,7 +488,7 @@ if (is_android) {
deps = [
":content_shell_framework_bundle_data",
":content_shell_resources_bundle_data",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
# TODO(rsesek): Remove this after GYP is gone, since it only needs to
# be here per the comment in blink_test_platform_support_mac.mm about
@@ -521,7 +521,7 @@ if (is_android) {
deps = [
":content_shell_lib",
":pak",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
]
@@ -560,7 +560,7 @@ if (is_win) {
deps = [
"//base",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
"//components/crash/content/tools:crash_service",
]
@@ -726,7 +726,7 @@ if (is_mac) {
]
deps = [
":content_shell_framework+link",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
ldflags = [
# The helper is in Content Shell.app/Contents/Frameworks/Content Shell Helper.app/Contents/MacOS/
« no previous file with comments | « content/browser/bluetooth/tools/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698