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

Unified Diff: ui/ozone/BUILD.gn

Issue 957253005: [Ozone] Update GYP and GN to include a DRM platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split-host-gpu
Patch Set: fix media Created 5 years, 10 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 | « media/ozone/media_ozone_platform.cc ('k') | ui/ozone/ozone.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/BUILD.gn
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn
index 2fbc1f33bd0e3e50333c0802270d6ce496798782..ff40d8f43968af06f31ca1612cfe3a455f8de39c 100644
--- a/ui/ozone/BUILD.gn
+++ b/ui/ozone/BUILD.gn
@@ -29,8 +29,11 @@ if (ozone_platform_caca) {
ozone_platform_deps += [ "platform/caca" ]
}
-if (ozone_platform_dri) {
- ozone_platforms += [ "dri" ]
+if (ozone_platform_dri || ozone_platform_drm) {
brettw 2015/03/13 23:14:48 Can you explain here why dri and drm imply each ot
+ ozone_platforms += [
+ "dri",
+ "drm",
+ ]
ozone_platform_deps += [ "platform/drm" ]
ozone_platform_test_deps += [ "platform/drm:drm_unittests" ]
}
« no previous file with comments | « media/ozone/media_ozone_platform.cc ('k') | ui/ozone/ozone.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698