| Index: chrome/chrome.gyp
|
| ===================================================================
|
| --- chrome/chrome.gyp (revision 65099)
|
| +++ chrome/chrome.gyp (working copy)
|
| @@ -24,6 +24,7 @@
|
| 'common',
|
| 'browser',
|
| 'chrome_gpu',
|
| + 'ppapi_plugin',
|
| 'profile_import',
|
| 'renderer',
|
| 'syncapi',
|
| @@ -815,6 +816,24 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'ppapi_plugin',
|
| + 'type': '<(library)',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + '../ppapi/ppapi.gyp:ppapi_proxy',
|
| + ],
|
| + 'sources': [
|
| + 'ppapi_plugin/ppapi_plugin_main.cc',
|
| + 'ppapi_plugin/ppapi_process.cc',
|
| + 'ppapi_plugin/ppapi_process.h',
|
| + 'ppapi_plugin/ppapi_thread.cc',
|
| + 'ppapi_plugin/ppapi_thread.h',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'worker',
|
| 'type': '<(library)',
|
| 'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18',
|
|
|