| Index: chrome/app/mash/BUILD.gn
|
| diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
|
| index 8c23ae97995b780acde3fd4020e8a63659dfdba5..242b4fea952e03056c34bc97dfed123c1d868936 100644
|
| --- a/chrome/app/mash/BUILD.gn
|
| +++ b/chrome/app/mash/BUILD.gn
|
| @@ -38,7 +38,15 @@ source_set("mash") {
|
| ]
|
|
|
| if (is_chromeos) {
|
| - deps += [ "//ash/resources" ]
|
| + sources += [
|
| + "mash_crash_keys.cc",
|
| + "mash_crash_keys.h",
|
| + ]
|
| + deps += [
|
| + "//ash/resources",
|
| + "//breakpad:client",
|
| + "//components/crash/core/common",
|
| + ]
|
| }
|
|
|
| if (is_linux && !is_android) {
|
|
|