1 2 3 4 5 6 7 8 9 10
--- content/gpu/BUILD.gn.orig 2017-04-19 19:06:34 UTC +++ content/gpu/BUILD.gn @@ -98,6 +98,7 @@ target(link_target_type, "gpu_sources") if (use_x11) { deps += [ "//ui/events/platform/x11" ] + configs += [ "//build/config/linux:x11" ] } if (use_ozone) {