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

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: Address John's comments 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') | ui/gl/gl_surface_egl_unittest.cc » ('J')
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..b1c8d9cfc06d00f6598d32cc7cd76ecbecf34b2c 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -383,6 +383,7 @@ test("gl_unittests") {
if (use_egl) {
sources += [
"egl_api_unittest.cc",
+ "gl_surface_egl_unittest.cc",
"test/egl_initialization_displays_unittest.cc",
]
}
« no previous file with comments | « no previous file | ui/gl/gl_surface_egl_unittest.cc » ('j') | ui/gl/gl_surface_egl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698