Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index a3e11993730420f322e644e50e48e927f9ca57a7..464e99c6cb94042acb1ac3432d14c6b24c01a18a 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -101,7 +101,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" ] |
} |
} |
@@ -247,7 +247,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" ] |
} |
} |