| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index e0dc0d9a56ccad322b4f5a1e786b7efacc43a506..4992c8005d4d08dd195476fd343d2f8e8681a62a 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -745,8 +745,6 @@
|
| 'service/service_process.h',
|
| 'service/service_process_prefs.cc',
|
| 'service/service_process_prefs.h',
|
| - 'service/service_utility_process_host.cc',
|
| - 'service/service_utility_process_host.h',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -765,11 +763,16 @@
|
| 'service/cloud_print/print_system_dummy.cc',
|
| ],
|
| }],
|
| - ['OS!="win"', {
|
| - 'sources!': [
|
| + ['OS=="win"', {
|
| + 'sources': [
|
| 'service/service_utility_process_host.cc',
|
| 'service/service_utility_process_host.h',
|
| ],
|
| + 'deps': [
|
| + # TODO(fdoray): Remove this once the PreRead field trial has
|
| + # expired. crbug.com/577698
|
| + '../components/components.gyp:startup_metric_utils_common',
|
| + ],
|
| }],
|
| ],
|
| },
|
|
|