| Index: ppapi/native_client/src/trusted/plugin/plugin.gypi
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.gypi b/ppapi/native_client/src/trusted/plugin/plugin.gypi
|
| index df9154fe3edbb0e3f1ee3216ddf262ebb2cbfe43..3815daac68596f4e35aaff1d235c8c0e94d7d1e4 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.gypi
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.gypi
|
| @@ -8,12 +8,14 @@
|
| 'common_sources': [
|
| 'file_downloader.cc',
|
| 'json_manifest.cc',
|
| + 'local_temp_file.cc',
|
| 'module_ppapi.cc',
|
| 'nacl_subprocess.cc',
|
| 'nexe_arch.cc',
|
| 'plugin.cc',
|
| 'pnacl_coordinator.cc',
|
| 'pnacl_resources.cc',
|
| + 'pnacl_translate_thread.cc',
|
| 'scriptable_plugin.cc',
|
| 'sel_ldr_launcher_chrome.cc',
|
| 'service_runtime.cc',
|
|
|