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

Unified Diff: sandbox/linux/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 | « gpu/khronos_glcts_support/BUILD.gn ('k') | third_party/widevine/cdm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/BUILD.gn
diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
index 8396a661add07b27cbaaf324162db3bce4ae5651..341d3639e7368dddaa4aeb37d8abe1fae4e9ba0e 100644
--- a/sandbox/linux/BUILD.gn
+++ b/sandbox/linux/BUILD.gn
@@ -119,11 +119,6 @@ source_set("sandbox_linux_unittests_sources") {
defines = [ "SANDBOX_USES_BASE_TEST_SUITE" ]
}
- if (is_linux) {
- # Don't use this on Android.
- libs = [ "rt" ]
- }
-
if (compile_suid_client) {
sources += [
"suid/client/setuid_sandbox_client_unittest.cc",
« no previous file with comments | « gpu/khronos_glcts_support/BUILD.gn ('k') | third_party/widevine/cdm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698