Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1469)

Unified Diff: mojo/shell/BUILD.gn

Issue 1775243002: Rename PackageManager->Catalog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@42cpi
Patch Set: . Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/services/package_manager/public/interfaces/resolver.mojom ('k') | mojo/shell/background/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 504372acba0c720cb157f7083cad03ffcecc8db3..36e0b4534b6f7bffe4dcfa1943a3c9d5747371fb 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -39,7 +39,7 @@ source_set("shell") {
"//base/third_party/dynamic_annotations",
"//mojo/common",
"//mojo/public/cpp/bindings",
- "//mojo/services/package_manager/public/interfaces",
+ "//mojo/services/catalog/public/interfaces",
"//mojo/shell/public/cpp:sources",
"//mojo/shell/public/interfaces",
"//mojo/util:filename_util",
@@ -48,11 +48,11 @@ source_set("shell") {
public_deps = [
# ApplicationManager exposes and uses PackageManager types in its header.
- "//mojo/services/package_manager:lib",
+ "//mojo/services/catalog:lib",
]
# For mojo/shell/application_loader.h
- allow_circular_includes_from = [ "//mojo/services/package_manager:lib" ]
+ allow_circular_includes_from = [ "//mojo/services/catalog:lib" ]
}
mojo_application_manifest("manifest") {
« no previous file with comments | « mojo/services/package_manager/public/interfaces/resolver.mojom ('k') | mojo/shell/background/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698