Commit a16802db authored by martina.kollarova's avatar martina.kollarova Committed by Commit bot

Add third_party/khronos to GN configs in ozone gbm

The khronos headers are present in GYP, but missing in GN, causing
the build using GN to fail when 'ozone_platform_gbm=true' is used.

BUG=487108

Review URL: https://codereview.chromium.org/1129713003

Cr-Commit-Position: refs/heads/master@{#329411}
parent 9583705f
...@@ -183,7 +183,10 @@ if (ozone_platform_gbm) { ...@@ -183,7 +183,10 @@ if (ozone_platform_gbm) {
"//ui/events/ozone:events_ozone_layout", "//ui/events/ozone:events_ozone_layout",
] ]
public_configs = [ ":libgbm" ] public_configs = [
":libgbm",
"//third_party/khronos:khronos_headers",
]
if (use_mesa_platform_null) { if (use_mesa_platform_null) {
defines += [ "USE_MESA_PLATFORM_NULL" ] defines += [ "USE_MESA_PLATFORM_NULL" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment