| Index: content/content_ppapi_plugin.gypi
|
| ===================================================================
|
| --- content/content_ppapi_plugin.gypi (revision 84713)
|
| +++ content/content_ppapi_plugin.gypi (working copy)
|
| @@ -9,7 +9,7 @@
|
| 'type': '<(library)',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| - '../ppapi/ppapi.gyp:ppapi_proxy',
|
| + '../ppapi/ppapi_internal.gyp:ppapi_proxy',
|
| ],
|
| 'sources': [
|
| 'ppapi_plugin/broker_process_dispatcher.cc',
|
| @@ -20,6 +20,10 @@
|
| 'ppapi_plugin/ppapi_plugin_main.cc',
|
| 'ppapi_plugin/ppapi_thread.cc',
|
| 'ppapi_plugin/ppapi_thread.h',
|
| + 'ppapi_plugin/ppapi_webkit_thread.cc',
|
| + 'ppapi_plugin/ppapi_webkit_thread.h',
|
| + 'ppapi_plugin/ppapi_webkitclient_impl.cc',
|
| + 'ppapi_plugin/ppapi_webkitclient_impl.h',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|