| Index: content/app/BUILD.gn
|
| diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
|
| index a7db1097360020b987594d54f56f9dbc7d943296..c2815d6170a92a36c360ba51a677429cdfa03c5c 100644
|
| --- a/content/app/BUILD.gn
|
| +++ b/content/app/BUILD.gn
|
| @@ -57,6 +57,10 @@ if (is_linux && enable_plugins) {
|
| content_app_deps += [ "//content/ppapi_plugin:ppapi_plugin_sources" ]
|
| }
|
|
|
| +if (is_chromeos) {
|
| + content_app_deps += [ "//components/metrics:leak_detector" ]
|
| +}
|
| +
|
| content_app_extra_configs = [
|
| "//build/config/compiler:wexit_time_destructors",
|
| "//content:content_implementation",
|
|
|