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

Unified Diff: ui/file_manager/zip_archiver/cpp/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 | « ui/aura/BUILD.gn ('k') | ui/ozone/demo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/zip_archiver/cpp/BUILD.gn
diff --git a/ui/file_manager/zip_archiver/cpp/BUILD.gn b/ui/file_manager/zip_archiver/cpp/BUILD.gn
index fb2f9c5f567f2015f436fa8ce8498df6fb37620f..bace29e82d3549e091e074c20264ac2404ace34b 100644
--- a/ui/file_manager/zip_archiver/cpp/BUILD.gn
+++ b/ui/file_manager/zip_archiver/cpp/BUILD.gn
@@ -30,7 +30,7 @@ executable("zip_archiver_pnacl") {
deps = [
"//base:base",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//ppapi/cpp",
"//ppapi/native_client:ppapi_lib",
"//third_party/zlib:minizip",
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/ozone/demo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698