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

Unified Diff: build/config/BUILD.gn

Issue 2914653002: Roll buildtools to 31d4da (Closed)
Patch Set: Update buildtools again Created 3 years, 7 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: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 882f18376bdd0b9c2aa066d1d6fa12d3b4df521b..6a1061f2b915473334cd72f68dc5a5b927965098 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -258,6 +258,7 @@ config("default_libs") {
} else if (is_linux) {
libs = [
"dl",
+ "pthread",
"rt",
]
}
« no previous file with comments | « DEPS ('k') | build/config/BUILDCONFIG.gn » ('j') | build/config/compiler/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698