| Index: services/shell/background/BUILD.gn
|
| diff --git a/mojo/shell/background/BUILD.gn b/services/shell/background/BUILD.gn
|
| similarity index 62%
|
| rename from mojo/shell/background/BUILD.gn
|
| rename to services/shell/background/BUILD.gn
|
| index 75eb28ff992bdf722fb8cab1aa05362a28c929aa..b931cd8dee372a495525c5fbeeda754ca383c784 100644
|
| --- a/mojo/shell/background/BUILD.gn
|
| +++ b/services/shell/background/BUILD.gn
|
| @@ -19,10 +19,10 @@ source_set("lib") {
|
| "//base",
|
| "//mojo/message_pump",
|
| "//mojo/services/catalog:lib",
|
| - "//mojo/shell",
|
| - "//mojo/shell/public/cpp:sources",
|
| - "//mojo/shell/runner:init",
|
| - "//mojo/shell/standalone:lib",
|
| + "//services/shell",
|
| + "//services/shell/public/cpp:sources",
|
| + "//services/shell/runner:init",
|
| + "//services/shell/standalone:lib",
|
| ]
|
| }
|
|
|
| @@ -34,11 +34,11 @@ source_set("main") {
|
| deps = [
|
| "//base",
|
| "//mojo/message_pump",
|
| - "//mojo/shell",
|
| - "//mojo/shell/public/cpp:sources",
|
| - "//mojo/shell/runner:init",
|
| - "//mojo/shell/runner/common",
|
| - "//mojo/shell/runner/host:lib",
|
| - "//mojo/shell/standalone:lib",
|
| + "//services/shell",
|
| + "//services/shell/public/cpp:sources",
|
| + "//services/shell/runner:init",
|
| + "//services/shell/runner/common",
|
| + "//services/shell/runner/host:lib",
|
| + "//services/shell/standalone:lib",
|
| ]
|
| }
|
|
|