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

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: 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
« no previous file with comments | « ui/ozone/common/stub_client_native_pixmap_factory.cc ('k') | ui/ozone/platform/caca/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index d6086dd029eccd645a2c4cbad0efaf7b2453f8a4..ddf2e6feb5ea496536bc34757f63f75cb2128091 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -104,10 +104,14 @@
'common/gpu/ozone_gpu_messages.h',
'common/native_display_delegate_ozone.cc',
'common/native_display_delegate_ozone.h',
+ 'common/stub_client_native_pixmap_factory.cc',
+ 'common/stub_client_native_pixmap_factory.h',
'common/stub_overlay_manager.cc',
'common/stub_overlay_manager.h',
'platform_selection.cc',
'platform_selection.h',
+ 'public/client_native_pixmap_factory.cc',
+ 'public/client_native_pixmap_factory.h',
'public/input_controller.cc',
'public/input_controller.h',
'public/ozone_gpu_test_helper.cc',
@@ -163,7 +167,9 @@
'--output_cc=<(constructor_list_cc_file)',
'--namespace=ui',
'--typename=OzonePlatform',
- '--include="ui/ozone/public/ozone_platform.h"'
+ '--typename=ClientNativePixmapFactory',
+ '--include="ui/ozone/public/ozone_platform.h"',
+ '--include="ui/ozone/public/client_native_pixmap_factory.h"'
],
},
],
« no previous file with comments | « ui/ozone/common/stub_client_native_pixmap_factory.cc ('k') | ui/ozone/platform/caca/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698