| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index 714a512dcadedd448f4e18dd3e3f536c87f0f376..b02972198be2ccc6851e9c06f0e6324f11731cd7 100644
|
| --- a/ppapi/ppapi_shared.gypi
|
| +++ b/ppapi/ppapi_shared.gypi
|
| @@ -85,6 +85,7 @@
|
|
|
| 'thunk/common.h',
|
| 'thunk/common.cc',
|
| + 'thunk/enter.cc',
|
| 'thunk/enter.h',
|
| 'thunk/ppb_audio_api.h',
|
| 'thunk/ppb_audio_config_api.h',
|
| @@ -99,6 +100,7 @@
|
| 'thunk/ppb_buffer_trusted_thunk.cc',
|
| 'thunk/ppb_char_set_api.h',
|
| 'thunk/ppb_char_set_thunk.cc',
|
| + 'thunk/ppb_console_thunk.cc',
|
| 'thunk/ppb_context_3d_api.h',
|
| 'thunk/ppb_context_3d_thunk.cc',
|
| 'thunk/ppb_context_3d_trusted_thunk.cc',
|
|
|