| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 2eb0c7839d235f9bd2f80396a5487dce217014a9..b2dc50fee0f9a880332872c6ab5273dd16415d15 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -102,7 +102,7 @@ if (!is_android && !is_mac) {
|
| public_deps += [ ":reorder_imports" ]
|
| }
|
| if (use_aura && (is_win || is_linux)) {
|
| - data_deps += [ "//chrome/app:mojo_manifests" ]
|
| + data_deps += [ "//chrome/app:service_manifests" ]
|
| }
|
| }
|
|
|
| @@ -248,7 +248,7 @@ if (!is_android && !is_mac) {
|
|
|
| if (enable_package_mash_services) {
|
| deps += [ "//chrome/app/mash" ]
|
| - data_deps += [ "//chrome/app:mojo_manifests" ]
|
| + data_deps += [ "//chrome/app:service_manifests" ]
|
| }
|
| }
|
|
|
|
|