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" ] |
} |