summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/common/BUILD.gn3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 6419582..35d05e7 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" ]