| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 196c2179ac74e743baa241e54c0bec77a1dabaa4..ae8249dd047c3aec5309f3c0eeff81d3e27c061b 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -345,9 +345,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',
|
| @@ -514,6 +511,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_common',
|
| ],
|
| 'all_dependent_settings': {
|
| 'msvs_settings': {
|
|
|