Chromium Code Reviews| Index: chrome/chrome.gyp |
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
| index d1f5f783f91db280dd97c3cd0e11e3b492d174ba..9a4f10d2dc5be8878f6d8019a4a690d0d5c897c5 100644 |
| --- a/chrome/chrome.gyp |
| +++ b/chrome/chrome.gyp |
| @@ -772,6 +772,12 @@ |
| 'service/cloud_print/print_system_dummy.cc', |
| ], |
| }], |
| + ['OS!="win"', { |
| + 'sources!': [ |
| + 'service/service_utility_process_host.cc', |
| + 'service/service_utility_process_host.h', |
| + ], |
| + }], |
| ], |
| }, |
| ], |