Chromium Code Reviews| Index: content/content_app.gypi |
| diff --git a/content/content_app.gypi b/content/content_app.gypi |
| index 2ed4ed7fd9754075287584926491b9312c16c38e..906af293c77839680fb6bdf4757c1fc9b3555a4a 100644 |
| --- a/content/content_app.gypi |
| +++ b/content/content_app.gypi |
| @@ -61,5 +61,10 @@ |
| 'content.gyp:sandbox_helper_win', |
| ], |
| }], |
| + ['chromeos==1', { |
| + 'dependencies': [ |
| + '../components/components.gyp:metrics_leak_detector', |
| + ], |
| + }], |
| ], |
| } |