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

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

Issue 1341473003: Add Chrome OS's minigbm library to third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update default Created 5 years, 3 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 | « third_party/minigbm/minigbm.gyp ('k') | ui/ozone/platform/drm/gbm.gypi » ('j') | 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 fff97c4e083f146ca6865a17d4241931998549cf..b92283ad74d717bfbf4b4a740263373f3c529632 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -162,10 +162,6 @@ if (ozone_platform_drm) {
}
if (ozone_platform_gbm) {
- pkg_config("libgbm") {
- packages = [ "gbm" ]
- }
-
source_set("gbm") {
sources = [
"common/client_native_pixmap_factory_gbm.cc",
@@ -190,14 +186,12 @@ if (ozone_platform_gbm) {
":drm_common",
"//base",
"//skia",
+ "//third_party/minigbm",
"//ui/events/ozone:events_ozone_evdev",
"//ui/events/ozone:events_ozone_layout",
]
- public_configs = [
- ":libgbm",
- "//third_party/khronos:khronos_headers",
- ]
+ public_configs = [ "//third_party/khronos:khronos_headers" ]
defines = []
« no previous file with comments | « third_party/minigbm/minigbm.gyp ('k') | ui/ozone/platform/drm/gbm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698