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

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

Issue 1716543003: ozone: Use allow_circular_includes_from to fix deps issue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: ui/ozone/platform/wayland/BUILD.gn
diff --git a/ui/ozone/platform/wayland/BUILD.gn b/ui/ozone/platform/wayland/BUILD.gn
index 2ea4e069555f4e2140cfc7e23a7eed407c52fb31..aea87c8d9b8514c661433408e609ad7963bc3c7f 100644
--- a/ui/ozone/platform/wayland/BUILD.gn
+++ b/ui/ozone/platform/wayland/BUILD.gn
@@ -24,7 +24,10 @@ source_set("wayland") {
"//third_party/wayland:wayland_client",
"//third_party/wayland-protocols:xdg_shell_protocol",
"//ui/events/platform",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
"//ui/ozone:ozone_base",
+ "//ui/platform_window",
]
defines = [ "OZONE_IMPLEMENTATION" ]

Powered by Google App Engine
This is Rietveld 408576698