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

Unified Diff: ui/ozone/common/BUILD.gn

Issue 2165303002: Convert Ozone GBM to use new surface API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ozone_impl
Patch Set: Add missing dep. Created 4 years, 5 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/gl/init/gl_surface_ozone.cc ('k') | ui/ozone/common/egl_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/BUILD.gn
diff --git a/ui/ozone/common/BUILD.gn b/ui/ozone/common/BUILD.gn
index 0f88278ef643a8fff0936f28a26fa50786100a7b..9497adbba2844157b71633078943d81cb901547c 100644
--- a/ui/ozone/common/BUILD.gn
+++ b/ui/ozone/common/BUILD.gn
@@ -31,5 +31,9 @@ source_set("common") {
"//ui/ozone:ozone_base",
]
+ deps = [
+ "//ui/gl",
+ ]
+
visibility = [ "//ui/ozone/platform/*" ]
}
« no previous file with comments | « ui/gl/init/gl_surface_ozone.cc ('k') | ui/ozone/common/egl_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698