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

Unified Diff: ui/ozone/platform/egltest/BUILD.gn

Issue 1128113011: ozone: Introduce ClientPixmap and ClientPixmapFactory for non-GPU processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix extensions_unittests Created 5 years, 4 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
Index: ui/ozone/platform/egltest/BUILD.gn
diff --git a/ui/ozone/platform/egltest/BUILD.gn b/ui/ozone/platform/egltest/BUILD.gn
index c65a3ba0de2a5f15fe1156efaf1a3eef128462fd..8166cb354aa711bb000c1bab7aa517fb10d709cc 100644
--- a/ui/ozone/platform/egltest/BUILD.gn
+++ b/ui/ozone/platform/egltest/BUILD.gn
@@ -7,6 +7,8 @@ import("//ui/ozone/ozone.gni")
source_set("egltest") {
sources = [
+ "client_native_pixmap_factory_egltest.cc",
+ "client_native_pixmap_factory_egltest.h",
"ozone_platform_egltest.cc",
"ozone_platform_egltest.h",
]
« no previous file with comments | « ui/ozone/platform/drm/gpu/gbm_surface_factory.cc ('k') | ui/ozone/platform/egltest/client_native_pixmap_factory_egltest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698