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

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: rebase Created 5 years 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 dda16eec02dca32bc6585c8ee5f83ce01c3cdb31..49c53c021a919f76f32929a7f085f38953e1c01d 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -356,6 +356,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