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

Unified Diff: device/BUILD.gn

Issue 1565983002: Add librt to default libs on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « build/config/BUILD.gn ('k') | gpu/khronos_glcts_support/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 0a4b6883946c07f8fbbefb84bc4adbd396a73441..0f439a6a6ddc68e51e6a9e26aed494c4bc1e3efd 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -170,10 +170,6 @@ test("device_unittests") {
deps += [ "//dbus" ]
}
- if (is_posix && !is_android && !is_mac) {
- libs = [ "rt" ]
- }
-
if (is_mac) {
deps += [ "//third_party/ocmock" ]
ldflags = [ "-ObjC" ]
« no previous file with comments | « build/config/BUILD.gn ('k') | gpu/khronos_glcts_support/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698