| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index 48180c642e3f4677435e31400f0afd81ef52cb19..5952fa558a76c4f4d1ace3583eed16ef8b901ba7 100644
|
| --- a/ppapi/ppapi_shared.gypi
|
| +++ b/ppapi/ppapi_shared.gypi
|
| @@ -133,7 +133,8 @@
|
| 'shared_impl/private/ppb_browser_font_trusted_shared.h',
|
| 'shared_impl/private/ppb_char_set_shared.cc',
|
| 'shared_impl/private/ppb_char_set_shared.h',
|
| -
|
| + 'shared_impl/private/ppb_flash_x509_certificate_shared.cc',
|
| + 'shared_impl/private/ppb_flash_x509_certificate_shared.h',
|
| 'shared_impl/private/ppb_host_resolver_shared.cc',
|
| 'shared_impl/private/ppb_host_resolver_shared.h',
|
| 'shared_impl/private/ppb_tcp_server_socket_shared.cc',
|
| @@ -190,6 +191,8 @@
|
| 'thunk/ppb_flash_message_loop_thunk.cc',
|
| 'thunk/ppb_flash_net_connector_api.h',
|
| 'thunk/ppb_flash_net_connector_thunk.cc',
|
| + 'thunk/ppb_flash_x509_certificate_api.h',
|
| + 'thunk/ppb_flash_x509_certificate_thunk.cc',
|
| 'thunk/ppb_fullscreen_thunk.cc',
|
| 'thunk/ppb_gamepad_thunk.cc',
|
| 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
|
|
|