Chromium Code Reviews| Index: remoting/remoting.gyp |
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
| index 3a04c203e0f613ae5002be129abfeb9b1c1f0063..13cac24b5fa564e290de54b4b139d67730e07568 100644 |
| --- a/remoting/remoting.gyp |
| +++ b/remoting/remoting.gyp |
| @@ -181,6 +181,10 @@ |
| 'host/host_plugin.def', |
| 'host/host_plugin.rc', |
| 'host/host_plugin_resource.h', |
| + 'host/host_plugin_utils.cc', |
| + 'host/host_plugin_utils.h', |
| + 'host/host_script_object.cc', |
| + 'host/host_script_object.h', |
| ], |
| 'conditions': [ |
| ['OS=="mac"', { |