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

Unified Diff: ui/gl/BUILD.gn

Issue 2775633006: Add unittests for gl_surface_egl to cover the changes in crrev.com/2698573002. (Closed)
Patch Set: Fix test failure on linux_chromium_chromeos_ozone_rel_ng 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 | ui/gl/gl_surface_egl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 238c677ea935d6324c82738d0da326f89ed0f498..35cce3c71fed68d1ce99b3ec3de1e8cf7995902f 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -380,6 +380,10 @@ test("gl_unittests") {
"gpu_timing_unittest.cc",
]
+ if (use_egl && !use_ozone) {
+ sources += [ "gl_surface_egl_unittest.cc" ]
+ }
+
if (use_egl) {
sources += [
"egl_api_unittest.cc",
« no previous file with comments | « no previous file | ui/gl/gl_surface_egl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698