Chromium Code Reviews| Index: build/config/linux/BUILD.gn |
| diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn |
| index 46cea9e8a2fc9dc8dbd32ce5f1bb3b984254e884..7241ad6b29be0259651a029deae099fa6ece2dc9 100644 |
| --- a/build/config/linux/BUILD.gn |
| +++ b/build/config/linux/BUILD.gn |
| @@ -77,6 +77,10 @@ config("xext") { |
| libs = [ "Xext" ] |
| } |
| +config("xrandr") { |
| + libs = [ "xrandr" ] |
| +} |
| + |
| config("libcap") { |
| libs = [ "cap" ] |
| } |