Chromium Code Reviews| 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', |
|
erikchen
2016/06/07 16:01:37
why do we need this on win, but not other OSes?
Sam McNally
2016/06/08 00:31:44
startup_metric_utils_common used to contain the me
|
| ], |
| 'all_dependent_settings': { |
| 'msvs_settings': { |