| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index 01b9aef199afcc15af5d4afec86e42cf4fd9a986..4fcf318cf28673d5a89e0a30504eda0567553621 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',
|
|
|