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

Unified Diff: media/cast/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 | « mash/runner/BUILD.gn ('k') | media/cdm/ppapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index 1ed7995e03dc76f1854b948353845b318aa4a2b0..1204b1f6fd68e17f68f806ed5b2d0d2abfa8eb84 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -480,7 +480,7 @@ if (is_win || is_mac || (is_linux && !is_chromeos)) {
deps = [
":test_support",
"//base",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
"//media",
]
@@ -494,7 +494,7 @@ if (is_win || is_mac || (is_linux && !is_chromeos)) {
deps = [
":test_support",
"//base",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
"//media",
]
@@ -508,7 +508,7 @@ if (is_win || is_mac || (is_linux && !is_chromeos)) {
deps = [
":test_support",
"//base",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
"//net",
]
« no previous file with comments | « mash/runner/BUILD.gn ('k') | media/cdm/ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698