| Index: chrome/chrome.gyp
 | 
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
 | 
| index 9567d7d985f32bbede19cb0e233a1461e7a52926..e7026deff0d68b46ec24784bc4dbdd7bc422c802 100644
 | 
| --- a/chrome/chrome.gyp
 | 
| +++ b/chrome/chrome.gyp
 | 
| @@ -824,6 +824,8 @@
 | 
|          '../third_party/libjingle/libjingle.gyp:libjingle',
 | 
|        ],
 | 
|        'sources': [
 | 
| +        'service/chrome_service_application_mac.h',
 | 
| +        'service/chrome_service_application_mac.mm',
 | 
|          'service/service_child_process_host.cc',
 | 
|          'service/service_child_process_host.h',
 | 
|          'service/service_ipc_server.cc',
 | 
| 
 |