Index: gpu/config/BUILD.gn |
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn |
index 9ace1237a397af08ee18f88f593eb119feffcffd..2a350562b9a27e71f8a203667e208486e556dfb7 100644 |
--- a/gpu/config/BUILD.gn |
+++ b/gpu/config/BUILD.gn |
@@ -64,6 +64,8 @@ source_set("config") { |
"//build/config/linux:libpci", |
"//third_party/libXNVCtrl", |
] |
+ } else { |
+ sources -= [ "gpu_info_collector_x11.cc" ] |
} |
} |