diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 49e6e81d..80caf95 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -780,6 +780,8 @@ '../ppapi/ppapi.gyp:ppapi_proxy', ], 'sources': [ + 'ppapi_plugin/plugin_process_dispatcher.cc', + 'ppapi_plugin/plugin_process_dispatcher.h', 'ppapi_plugin/ppapi_plugin_main.cc', 'ppapi_plugin/ppapi_process.cc', 'ppapi_plugin/ppapi_process.h', |