| Index: services/file/BUILD.gn
|
| diff --git a/services/file/BUILD.gn b/services/file/BUILD.gn
|
| index 0db315f88d82bb6075a46057b92ad615a44bf4d7..ff1e39106e458f6e8169b4fad6aea727ebc9b711 100644
|
| --- a/services/file/BUILD.gn
|
| +++ b/services/file/BUILD.gn
|
| @@ -2,8 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("//services/shell/public/cpp/service.gni")
|
| -import("//services/shell/public/service_manifest.gni")
|
| +import("//services/service_manager/public/cpp/service.gni")
|
| +import("//services/service_manager/public/service_manifest.gni")
|
|
|
| source_set("lib") {
|
| sources = [
|
| @@ -24,8 +24,8 @@ source_set("lib") {
|
| "//mojo/common",
|
| "//mojo/common:common_base",
|
| "//services/file/public/interfaces",
|
| - "//services/shell/public/cpp",
|
| - "//services/shell/public/interfaces",
|
| + "//services/service_manager/public/cpp",
|
| + "//services/service_manager/public/interfaces",
|
| "//services/tracing/public/cpp",
|
| "//url",
|
| ]
|
|
|