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

Unified Diff: content/shell/android/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/shell/BUILD.gn ('k') | courgette/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index f9b3acaa8f385233e5656da5c8e898a935b7935a..2a0443ee23c0593dfec1ef27b8b8dc82e1f7691b 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -19,7 +19,7 @@ shared_library("libcontent_shell_content_view") {
testonly = true
deps = [
":content_shell_jni_headers",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//components/crash/content/browser",
"//content/shell:content_shell_lib",
"//content/shell:pak",
@@ -242,7 +242,7 @@ if (current_cpu != "x64") {
deps = [
":linker_test_jni_headers",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//content/shell:content_shell_lib",
# Required to include "content/public/browser/android/compositor.h"
« no previous file with comments | « content/shell/BUILD.gn ('k') | courgette/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698