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

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

Issue 1345013002: Add is_chromecast to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Clean up 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
« ui/ozone/ozone.gni ('K') | « ui/ozone/platform/cast/cast.gypi ('k') | 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 0af7e43aa8bf4ed6af978d335ced8e48b9d8a941..c686e36e10a1782b707e218c895623e902aa5553 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -100,7 +100,6 @@ source_set("gbm") {
]
deps = [
- ":drm_common",
"//base",
"//ipc",
"//skia",
@@ -117,7 +116,7 @@ source_set("gbm") {
"//ui/gfx/geometry",
]
- configs = [ ":libdrm" ]
+ configs += [ ":libdrm" ]
public_configs = [ "//third_party/khronos:khronos_headers" ]
« ui/ozone/ozone.gni ('K') | « ui/ozone/platform/cast/cast.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698