Chromium Code Reviews| Index: content/content_common.gypi |
| diff --git a/content/content_common.gypi b/content/content_common.gypi |
| index 0ef8194067dfa9108c08a36a24cedc6bd8c0390b..5e50dcd8bc9bac6a1a96016b031d6465151aea85 100644 |
| --- a/content/content_common.gypi |
| +++ b/content/content_common.gypi |
| @@ -14,6 +14,9 @@ |
| '..', |
| ], |
| 'sources': [ |
| + "common/p2p_messages.cc", |
| + "common/p2p_messages.h", |
| + "common/p2p_sockets.h", |
| ], |
| 'conditions': [ |
| ['OS=="win"', { |