Chromium Code Reviews| Index: chrome/app/mash/BUILD.gn |
| diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn |
| index 8c23ae97995b780acde3fd4020e8a63659dfdba5..68caea6cc1a08c08c671e3c8d310cf345c8b1ecf 100644 |
| --- a/chrome/app/mash/BUILD.gn |
| +++ b/chrome/app/mash/BUILD.gn |
| @@ -41,6 +41,10 @@ source_set("mash") { |
| deps += [ "//ash/resources" ] |
| } |
| + if (is_posix) { |
| + deps += [ "//chrome/app:shutdown_signal_handlers" ] |
| + } |
| + |
| if (is_linux && !is_android) { |
| deps += [ "//components/font_service:lib" ] |
| } |