diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 63b5eef6003b1b..1e634152a61d49 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -356,6 +356,7 @@ config("runtime_default") {
   }
   if (current_os == "linux" || current_os == "tizen" || current_os == "webos") {
     libs = [
+      "atomic",
       "dl",
       "pthread",
       "rt",