Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1227)

Unified Diff: ui/ozone/platform/drm/BUILD.gn

Issue 1129713003: Add third_party/khronos to GN configs in ozone gbm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/BUILD.gn
diff --git a/ui/ozone/platform/drm/BUILD.gn b/ui/ozone/platform/drm/BUILD.gn
index ca7c46111f316934ca520a1ded93904e20fa2c36..c25958c6d5c1e769101373bc89dd9f3bd74ba61d 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -183,7 +183,10 @@ if (ozone_platform_gbm) {
"//ui/events/ozone:events_ozone_layout",
]
- public_configs = [ ":libgbm" ]
+ public_configs = [
+ ":libgbm",
+ "//third_party/khronos:khronos_headers",
+ ]
if (use_mesa_platform_null) {
defines += [ "USE_MESA_PLATFORM_NULL" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698