| Index: chrome/app/mash/BUILD.gn
|
| diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
|
| index 7f2aeb0be5d0ca8ee9a448c0391922033423c7b5..deced6bf293e3b1731660700b836909cd36402d4 100644
|
| --- a/chrome/app/mash/BUILD.gn
|
| +++ b/chrome/app/mash/BUILD.gn
|
| @@ -10,8 +10,6 @@ source_set("mash") {
|
| "mash_runner.h",
|
| ]
|
| deps = [
|
| - ":chrome_manifest",
|
| - ":manifest",
|
| "//ash/mus:lib",
|
| "//ash/resources",
|
| "//base:i18n",
|
| @@ -30,6 +28,10 @@ source_set("mash") {
|
| "//mojo/shell/runner/host:lib",
|
| "//url",
|
| ]
|
| + data_deps = [
|
| + ":chrome_manifest",
|
| + ":manifest",
|
| + ]
|
|
|
| if (is_linux && !is_android) {
|
| deps += [ "//components/font_service:lib" ]
|
|
|