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

Unified Diff: third_party/widevine/cdm/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 | « sandbox/linux/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/widevine/cdm/BUILD.gn
diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn
index 66034cc6521b2a55168bc480f0c6c955fe0ce899..af0dd6c2723fa9ac0544e30c47b411fafbaf7a52 100644
--- a/third_party/widevine/cdm/BUILD.gn
+++ b/third_party/widevine/cdm/BUILD.gn
@@ -134,7 +134,6 @@ if ((is_chrome_branded || enable_widevine) && enable_pepper_cdms) {
if (is_linux) {
ldflags =
[ rebase_path("$root_out_dir/libwidevinecdm.so", root_build_dir) ]
- libs = [ "rt" ]
} else if (is_win) {
ldflags =
[ rebase_path("$root_out_dir/widevinecdm.dll.lib", root_build_dir) ]
« no previous file with comments | « sandbox/linux/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698