| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 880a69f6232c0be234e9cf11fde28fcb46392c57..52bbf3283221473aa47e87e9daebd11b7686cb8a 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -341,9 +341,6 @@
|
| '<(DEPTH)/components/components.gyp:omnibox_common',
|
| '<(DEPTH)/components/components.gyp:policy',
|
| '<(DEPTH)/components/components.gyp:policy_component_common',
|
| - # TODO(fdoray): Remove this once the PreRead field trial has expired.
|
| - # crbug.com/577698
|
| - '<(DEPTH)/components/components.gyp:startup_metric_utils_common',
|
| '<(DEPTH)/components/components.gyp:translate_core_common',
|
| '<(DEPTH)/components/components.gyp:variations',
|
| '<(DEPTH)/components/components.gyp:version_info',
|
| @@ -507,6 +504,9 @@
|
| ],
|
| 'dependencies': [
|
| '<(DEPTH)/components/components.gyp:dom_distiller_core', # Needed by chrome_content_client.cc.
|
| + # TODO(fdoray): Remove this once the PreRead field trial has
|
| + # expired. crbug.com/577698
|
| + '<(DEPTH)/components/components.gyp:startup_metric_utils_win',
|
| ],
|
| 'all_dependent_settings': {
|
| 'msvs_settings': {
|
|
|