| Index: ppapi/ppapi_shared_proxy.gypi
|
| ===================================================================
|
| --- ppapi/ppapi_shared_proxy.gypi (revision 84713)
|
| +++ ppapi/ppapi_shared_proxy.gypi (working copy)
|
| @@ -8,12 +8,13 @@
|
| 'target_name': 'ppapi_shared_impl',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| - 'ppapi_c',
|
| + 'ppapi.gyp:ppapi_c',
|
| '../base/base.gyp:base',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../skia/skia.gyp:skia',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| + '../ui/gfx/surface/surface.gyp:surface',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -28,14 +29,20 @@
|
| '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',
|
| 'shared_impl/tracker_base.h',
|
| 'shared_impl/url_util_impl.cc',
|
| 'shared_impl/url_util_impl.h',
|
| + 'shared_impl/webkit_forwarding.cc',
|
| + 'shared_impl/webkit_forwarding.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,7 +61,9 @@
|
| 'dependencies': [
|
| '../ipc/ipc.gyp:ipc',
|
| '../gpu/gpu.gyp:gpu_ipc',
|
| - 'ppapi_c',
|
| + '../skia/skia.gyp:skia',
|
| + '../ui/gfx/surface/surface.gyp:surface',
|
| + 'ppapi.gyp:ppapi_c',
|
| 'ppapi_shared_impl',
|
| ],
|
| 'all_dependent_settings': {
|
|
|