| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index 16b1427899d440247317df56d17e605d84735a63..0bed35b3b369dd32dc97ce6c6f20d3553ddf62ae 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -338,11 +338,7 @@ static_library("host") {
|
| "//build/config/linux:xrandr",
|
| ]
|
| if (is_desktop_linux) {
|
| - if (use_gtk3) {
|
| - deps += [ "//build/config/linux/gtk3" ]
|
| - } else {
|
| - deps += [ "//build/config/linux/gtk2" ]
|
| - }
|
| + deps += [ "//build/config/linux/gtk" ]
|
| }
|
| } else {
|
| sources -= [
|
| @@ -752,11 +748,7 @@ if (enable_me2me_host) {
|
| }
|
|
|
| if (is_desktop_linux) {
|
| - if (use_gtk3) {
|
| - deps += [ "//build/config/linux/gtk3" ]
|
| - } else {
|
| - deps += [ "//build/config/linux/gtk2" ]
|
| - }
|
| + deps += [ "//build/config/linux/gtk" ]
|
| }
|
| if ((is_linux && !is_chromeos) || is_mac) {
|
| libs = [ "pam" ]
|
|
|