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

Unified Diff: components/exo/wayland/BUILD.gn

Issue 2750173006: exo: Explicitly initialize Ozone in wayland clients. (Closed)
Patch Set: Add client base ozone dep. Created 3 years, 9 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 | components/exo/wayland/clients/client_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wayland/BUILD.gn
diff --git a/components/exo/wayland/BUILD.gn b/components/exo/wayland/BUILD.gn
index 02d12269a088bc06294ce3523c251a8aec2ee555..2b0910474faf5ff1072d45f585b20687e27e487b 100644
--- a/components/exo/wayland/BUILD.gn
+++ b/components/exo/wayland/BUILD.gn
@@ -107,7 +107,10 @@ source_set("client_lib") {
"//ui/gl:gl_config",
]
defines = [ "OZONE_PLATFORM_GBM" ]
- deps += [ "//third_party/minigbm" ]
+ deps += [
+ "//third_party/minigbm",
+ "//ui/ozone",
+ ]
}
}
« no previous file with comments | « no previous file | components/exo/wayland/clients/client_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698