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

Unified Diff: ppapi/ppapi_shared_proxy.gypi

Issue 6981001: Make the Pepper proxy support in-process font rendering. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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: ppapi/ppapi_shared_proxy.gypi
===================================================================
--- ppapi/ppapi_shared_proxy.gypi (revision 84549)
+++ ppapi/ppapi_shared_proxy.gypi (working copy)
@@ -28,6 +28,8 @@
'shared_impl/char_set_impl.h',
'shared_impl/crypto_impl.cc',
'shared_impl/crypto_impl.h',
+ 'shared_impl/font_impl.cc',
+ 'shared_impl/font_impl.h',
'shared_impl/image_data_impl.cc',
'shared_impl/image_data_impl.h',
'shared_impl/tracker_base.cc',
@@ -36,6 +38,8 @@
'shared_impl/url_util_impl.h',
'thunk/enter.h',
+ 'thunk/ppb_font_api.h',
+ 'thunk/ppb_font_thunk.cc',
'thunk/ppb_graphics_2d_api.h',
'thunk/ppb_graphics_2d_thunk.cc',
'thunk/ppb_image_data_api.h',
@@ -54,6 +58,7 @@
'dependencies': [
'../ipc/ipc.gyp:ipc',
'../gpu/gpu.gyp:gpu_ipc',
+ '../skia/skia.gyp:skia',
'ppapi_c',
'ppapi_shared_impl',
],

Powered by Google App Engine
This is Rietveld 408576698