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

Unified Diff: ui/ozone/ozone.gyp

Issue 1128113011: ozone: Introduce ClientPixmap and ClientPixmapFactory for non-GPU processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: separate VGEM part to another CL Created 5 years, 5 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/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index d6086dd029eccd645a2c4cbad0efaf7b2453f8a4..b675658097c0adaeb42c2510e27aabc18d09c0fe 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -110,6 +110,8 @@
'platform_selection.h',
'public/input_controller.cc',
'public/input_controller.h',
+ 'public/native_pixmap_manager.cc',
+ 'public/native_pixmap_manager.h',
'public/ozone_gpu_test_helper.cc',
'public/ozone_gpu_test_helper.h',
'public/ozone_platform.cc',
@@ -163,7 +165,9 @@
'--output_cc=<(constructor_list_cc_file)',
'--namespace=ui',
'--typename=OzonePlatform',
- '--include="ui/ozone/public/ozone_platform.h"'
+ '--typename=NativePixmapManager',
+ '--include="ui/ozone/public/ozone_platform.h"',
+ '--include="ui/ozone/public/native_pixmap_manager.h"'
],
},
],

Powered by Google App Engine
This is Rietveld 408576698