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

Unified Diff: services/shell/BUILD.gn

Issue 1878893002: Move //mojo/services tracing & catalog to //services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@63move
Patch Set: . Created 4 years, 8 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 | « services/catalog/types.h ('k') | services/shell/background/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/BUILD.gn
diff --git a/services/shell/BUILD.gn b/services/shell/BUILD.gn
index d81573491f2b639dfd9b6aa4377150e89219b08d..e3ce5fa8668037267429874545b55b571516f560 100644
--- a/services/shell/BUILD.gn
+++ b/services/shell/BUILD.gn
@@ -38,8 +38,8 @@ source_set("shell") {
"//base/third_party/dynamic_annotations",
"//mojo/common",
"//mojo/public/cpp/bindings",
- "//mojo/services/catalog/public/interfaces",
"//mojo/util:filename_util",
+ "//services/catalog/public/interfaces",
"//services/shell/public/cpp:sources",
"//services/shell/public/interfaces",
"//url",
@@ -47,7 +47,7 @@ source_set("shell") {
public_deps = [
# ApplicationManager exposes and uses PackageManager types in its header.
- "//mojo/services/catalog:lib",
+ "//services/catalog:lib",
]
data_deps = [
@@ -55,7 +55,7 @@ source_set("shell") {
]
# For services/shell/loader.h
- allow_circular_includes_from = [ "//mojo/services/catalog:lib" ]
+ allow_circular_includes_from = [ "//services/catalog:lib" ]
}
mojo_application_manifest("manifest") {
« no previous file with comments | « services/catalog/types.h ('k') | services/shell/background/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698