Index: ppapi/ppapi_shared_proxy.gypi |
=================================================================== |
--- ppapi/ppapi_shared_proxy.gypi (revision 84549) |
+++ ppapi/ppapi_shared_proxy.gypi (working copy) |
@@ -14,6 +14,8 @@ |
'../build/temp_gyp/googleurl.gyp:googleurl', |
'../skia/skia.gyp:skia', |
'../third_party/icu/icu.gyp:icuuc', |
+ '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
+ '../ui/gfx/surface/surface.gyp:surface', |
], |
'include_dirs': [ |
'..', |
@@ -28,6 +30,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 +40,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 +60,8 @@ |
'dependencies': [ |
'../ipc/ipc.gyp:ipc', |
'../gpu/gpu.gyp:gpu_ipc', |
+ '../skia/skia.gyp:skia', |
+ '../ui/gfx/surface/surface.gyp:surface', |
'ppapi_c', |
'ppapi_shared_impl', |
], |