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