| Index: services/shell/standalone/BUILD.gn
|
| diff --git a/mojo/shell/standalone/BUILD.gn b/services/shell/standalone/BUILD.gn
|
| similarity index 94%
|
| rename from mojo/shell/standalone/BUILD.gn
|
| rename to services/shell/standalone/BUILD.gn
|
| index 536f5bf1cf8b3ebf0e9a5c05facb5f316abf45ad..dc6c7caf514557ef620ff6f5b2a63e494603e93c 100644
|
| --- a/mojo/shell/standalone/BUILD.gn
|
| +++ b/services/shell/standalone/BUILD.gn
|
| @@ -40,9 +40,9 @@ source_set("lib") {
|
| "//mojo/services/catalog:lib",
|
| "//mojo/services/tracing/public/cpp",
|
| "//mojo/services/tracing/public/interfaces",
|
| - "//mojo/shell",
|
| - "//mojo/shell/public/cpp",
|
| - "//mojo/shell/runner/host:lib",
|
| + "//services/shell",
|
| + "//services/shell/public/cpp",
|
| + "//services/shell/runner/host:lib",
|
| "//url",
|
| ]
|
|
|
|
|