Chromium Code Reviews| Index: remoting/remoting.gyp |
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
| index 325313ba40406b33cad3b77b44bdac39df87e59f..3151407d3e388d34627f67557a6c972e17bc6e4b 100644 |
| --- a/remoting/remoting.gyp |
| +++ b/remoting/remoting.gyp |
| @@ -176,6 +176,12 @@ |
| 'host/plugin/host_plugin_utils.h', |
| 'host/plugin/host_script_object.cc', |
| 'host/plugin/host_script_object.h', |
| + '../content/common/json_value_serializer.cc', |
| + '../content/common/json_value_serializer.h', |
|
Wez
2011/08/11 20:00:27
Ick. Do these need a comment akin to the one in D
awong
2011/08/11 23:54:54
Good point. added.
|
| + 'host/plugin/policy_hack/nat_policy.h', |
| + 'host/plugin/policy_hack/nat_policy_linux.cc', |
| + 'host/plugin/policy_hack/nat_policy_mac.cc', |
| + 'host/plugin/policy_hack/nat_policy_win.cc', |
| ], |
| 'conditions': [ |
| ['OS=="mac"', { |