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

Unified Diff: BUILD.gn

Issue 2921843003: Remove libc++abi dependency on mac (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 20ade241d4f3392aca21615c1c9973d32614b5db..76914cd7c40dc54a3242292dcb021083c766d08f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -945,10 +945,6 @@ component("icuuc") {
":icudata",
]
- if (is_mac && using_sanitizer) {
- deps += [ "//buildtools/third_party/libc++abi" ]
- }
-
configs -= [
"//build/config/compiler:no_rtti", # ICU uses RTTI.
"//build/config/compiler:chromium_code",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698