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

Unified Diff: base/BUILD.gn

Issue 2611173003: [chromecast] Do not link with -latomic (Closed)
Patch Set: Fixed gn format. Created 3 years, 11 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: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index d5ec8075ad7676eee0bfeb30aca221a98d0190a9..615bd27466b839c8ba199ceddb39aa28d33080d5 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1092,7 +1092,7 @@ component("base") {
]
# Needed for <atomic> if using newer C++ library than sysroot
- if (!use_sysroot && (is_android || is_linux)) {
+ if (!use_sysroot && (is_android || (is_linux && !is_chromecast))) {
libs = [ "atomic" ]
}
« 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