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

Unified Diff: third_party/libc++abi/BUILD.gn

Issue 2946073002: Fix libc++ ARM build (Closed)
Patch Set: Created 3 years, 6 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
Index: third_party/libc++abi/BUILD.gn
diff --git a/third_party/libc++abi/BUILD.gn b/third_party/libc++abi/BUILD.gn
index 7399788bac77d11f008f829e7c64369cc70944dc..57a18ec57d269fc8f26dd291b106036c4c4853d3 100644
--- a/third_party/libc++abi/BUILD.gn
+++ b/third_party/libc++abi/BUILD.gn
@@ -4,6 +4,9 @@
source_set("libc++abi") {
visibility = [ "//buildtools/third_party/libc++" ]
+ if (target_cpu == "arm") {
+ deps = [ "//buildtools/third_party/libunwind" ]
+ }
sources = [
"trunk/src/abort_message.cpp",
"trunk/src/cxa_aux_runtime.cpp",

Powered by Google App Engine
This is Rietveld 408576698