Chromium Code Reviews

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

Issue 2270463002: Add OzoneGLImpl interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/common/gl_ozone_egl.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 9497adbba2844157b71633078943d81cb901547c..b7de824ad2e41503a8e5d77e58a80bfeaf3d43b6 100644
--- a/ui/ozone/common/BUILD.gn
+++ b/ui/ozone/common/BUILD.gn
@@ -16,6 +16,8 @@ source_set("common") {
"display_util.h",
"egl_util.cc",
"egl_util.h",
+ "gl_ozone_egl.cc",
+ "gl_ozone_egl.h",
"gpu/ozone_gpu_message_generator.cc",
"gpu/ozone_gpu_message_generator.h",
"gpu/ozone_gpu_message_params.cc",
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/common/gl_ozone_egl.h » ('j') | no next file with comments »

Powered by Google App Engine