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

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

Issue 2931013002: Fix typo in libc++abi (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
« 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: third_party/libc++abi/BUILD.gn
diff --git a/third_party/libc++abi/BUILD.gn b/third_party/libc++abi/BUILD.gn
index 010098afcc65a686de5768615d5a6fdb8d0e5b09..7399788bac77d11f008f829e7c64369cc70944dc 100644
--- a/third_party/libc++abi/BUILD.gn
+++ b/third_party/libc++abi/BUILD.gn
@@ -28,8 +28,8 @@ source_set("libc++abi") {
"trunk/src/stdlib_stdexcept.cpp",
"trunk/src/stdlib_typeinfo.cpp",
]
- if (is_linux && !is_mac) {
- sources == [ "trunk/src/cxa_thread_atexit.cpp" ]
+ if (is_posix && !is_mac) {
+ sources += [ "trunk/src/cxa_thread_atexit.cpp" ]
}
configs -= [
"//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