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

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: Introduce NativePixmapClient Created 5 years, 7 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 67f1a7eadefb6e0fa6608b25625e594e73f9db11..169b2f4b0738f05e5f58d4f2982693a088cc27bd 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_client.cc',
+ 'public/native_pixmap_client.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=NativePixmapClient',
+ '--include="ui/ozone/public/ozone_platform.h"',
+ '--include="ui/ozone/public/native_pixmap_client.h"'
],
},
],

Powered by Google App Engine
This is Rietveld 408576698