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

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

Issue 1331913004: Add ozone_unittests to the build. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: review feedback 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 | « ui/ozone/BUILD.gn ('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 91cf91c424573c470ea31c3d3fe70d5256ac29d3..e530fac026450d6561db3ff702fd18e1fdf279f4 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -156,7 +156,9 @@ if (ozone_platform_dri || ozone_platform_drm) {
"//ui/events/ozone:events_ozone_layout",
]
}
+}
+if (ozone_platform_dri || ozone_platform_drm || ozone_platform_gbm) {
source_set("drm_unittests") {
testonly = true
sources = [
@@ -171,8 +173,10 @@ if (ozone_platform_dri || ozone_platform_drm) {
deps = [
"//base",
+ "//mojo/public/c/system:for_shared_library",
"//skia",
"//testing/gtest",
+ "//ui/ozone",
"//ui/ozone:ozone_base",
"//ui/ozone/platform/drm:drm_common",
]
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698