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

Unified Diff: ui/ozone/platform/cast/cast.gypi

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/cast/cast.gypi
diff --git a/ui/ozone/platform/cast/cast.gypi b/ui/ozone/platform/cast/cast.gypi
index edeebc4f6683dbb5c6ed9373e06e7d950a61411f..694f6d85944fd07624b04b06dcd3296855121c53 100644
--- a/ui/ozone/platform/cast/cast.gypi
+++ b/ui/ozone/platform/cast/cast.gypi
@@ -32,6 +32,8 @@
'OZONE_IMPLEMENTATION',
],
'sources': [
+ 'client_native_pixmap_factory_cast.cc',
+ 'client_native_pixmap_factory_cast.h',
'gpu_platform_support_cast.cc',
'gpu_platform_support_cast.h',
'overlay_manager_cast.cc',

Powered by Google App Engine
This is Rietveld 408576698