| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 64195821eeff27a82903d9963c414bf2ad11b36e..35d05e74b519019ad26cd3e13ce6eb9d9aa4624d 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -237,9 +237,6 @@ source_set("common") {
|
| if (!is_win || !use_aura) {
|
| sources -= [ "cursors/webcursor_aurawin.cc" ]
|
| }
|
| - if (!use_aura || !use_x11) {
|
| - sources -= [ "cursors/webcursor_aurax11.cc" ]
|
| - }
|
|
|
| if (use_seccomp_bpf) {
|
| defines += [ "USE_SECCOMP_BPF" ]
|
|
|