Index: services/shell/BUILD.gn |
diff --git a/mojo/shell/BUILD.gn b/services/shell/BUILD.gn |
similarity index 83% |
rename from mojo/shell/BUILD.gn |
rename to services/shell/BUILD.gn |
index 2f7be9d90a0b7be026f532c1cc9209e0468e8e2e..d81573491f2b639dfd9b6aa4377150e89219b08d 100644 |
--- a/mojo/shell/BUILD.gn |
+++ b/services/shell/BUILD.gn |
@@ -10,10 +10,10 @@ group("all") { |
testonly = true |
deps = [ |
":shell", |
- "//mojo/shell/background", |
- "//mojo/shell/runner", |
- "//mojo/shell/standalone", |
- "//mojo/shell/tests", |
+ "//services/shell/background", |
+ "//services/shell/runner", |
+ "//services/shell/standalone", |
+ "//services/shell/tests", |
] |
} |
@@ -39,9 +39,9 @@ source_set("shell") { |
"//mojo/common", |
"//mojo/public/cpp/bindings", |
"//mojo/services/catalog/public/interfaces", |
- "//mojo/shell/public/cpp:sources", |
- "//mojo/shell/public/interfaces", |
"//mojo/util:filename_util", |
+ "//services/shell/public/cpp:sources", |
+ "//services/shell/public/interfaces", |
"//url", |
] |
@@ -54,7 +54,7 @@ source_set("shell") { |
":manifest", |
] |
- # For mojo/shell/application_loader.h |
+ # For services/shell/loader.h |
allow_circular_includes_from = [ "//mojo/services/catalog:lib" ] |
} |