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

Unified Diff: test/mkgrokdump/BUILD.gn

Issue 2894013003: Replace sanitizers:deps with exe_and_shlib_deps (v8) (Closed)
Patch Set: Rebase 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 | « test/inspector/BUILD.gn ('k') | test/unittests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mkgrokdump/BUILD.gn
diff --git a/test/mkgrokdump/BUILD.gn b/test/mkgrokdump/BUILD.gn
index 2b0f7fa6a8697ddfaf17bfe70ba9fd63ba20b51a..5359f675d0517a89f582d45a984f593e8cfddaa6 100644
--- a/test/mkgrokdump/BUILD.gn
+++ b/test/mkgrokdump/BUILD.gn
@@ -21,7 +21,7 @@ v8_executable("mkgrokdump") {
"../..:v8",
"../..:v8_libbase",
"../..:v8_libplatform",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
]
}
« no previous file with comments | « test/inspector/BUILD.gn ('k') | test/unittests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698