| Index: remoting/host/it2me/BUILD.gn
|
| diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
|
| index 07e3d4f10d05988150979a7d0bd6fe9c40f09c80..da1923602a4c489d32271e137d2861434e744c89 100644
|
| --- a/remoting/host/it2me/BUILD.gn
|
| +++ b/remoting/host/it2me/BUILD.gn
|
| @@ -57,12 +57,7 @@ source_set("common") {
|
| # disabled.
|
| # See crbug.com/462689 for details.
|
| all_dependent_configs = [ "//third_party/harfbuzz-ng:pangoft2_link_hack" ]
|
| -
|
| - if (use_gtk3) {
|
| - deps += [ "//build/config/linux/gtk3" ]
|
| - } else {
|
| - deps += [ "//build/config/linux/gtk2" ]
|
| - }
|
| + deps += [ "//build/config/linux/gtk" ]
|
| }
|
| }
|
|
|
| @@ -233,11 +228,7 @@ if (!is_chromeos && enable_remoting_host) {
|
| }
|
|
|
| if (is_desktop_linux) {
|
| - if (use_gtk3) {
|
| - deps += [ "//build/config/linux/gtk3" ]
|
| - } else {
|
| - deps += [ "//build/config/linux/gtk2" ]
|
| - }
|
| + deps += [ "//build/config/linux/gtk" ]
|
| }
|
| }
|
| }
|
|
|