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

Unified Diff: ui/gl/BUILD.gn

Issue 1419623008: ui: Use single buffer SurfaceTexture mode for native GpuMemoryBuffers on Android. Base URL: https://chromium.googlesource.com/chromium/src.git@1419733005
Patch Set: Created 5 years, 1 month 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/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index d09ecf08afb4f0c6ca2ea4db2a8dc745f6c7fe45..717847e62af902a1cba0d609dfedf3fbd0ff3cf8 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -350,6 +350,10 @@ test("gl_unittests") {
sources += [ "gl_image_io_surface_unittest.cc" ]
}
+ if (is_android) {
+ sources += [ "gl_image_surface_texture_unittest.cc" ]
+ }
+
include_dirs = [ "//third_party/khronos" ]
deps = [

Powered by Google App Engine
This is Rietveld 408576698