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

Unified Diff: components/filesystem/BUILD.gn

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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
Index: components/filesystem/BUILD.gn
diff --git a/components/filesystem/BUILD.gn b/components/filesystem/BUILD.gn
index 66c16bb1b54981451e73212b01d1ddd3971765b9..ace7de6d0934229fabeb0c6b680e47814f8329f4 100644
--- a/components/filesystem/BUILD.gn
+++ b/components/filesystem/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")
import("//testing/test.gni")
static_library("lib") {
@@ -28,8 +28,8 @@ static_library("lib") {
"//mojo/common",
"//mojo/common:common_base",
"//mojo/public/cpp/system",
- "//services/shell/public/cpp",
- "//services/shell/public/interfaces",
+ "//services/service_manager/public/cpp",
+ "//services/service_manager/public/interfaces",
"//url",
]
}
@@ -48,7 +48,7 @@ service("filesystem") {
"//mojo/common",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//services/tracing/public/cpp",
]
@@ -76,9 +76,9 @@ test("filesystem_service_unittests") {
"//mojo/common",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//services/shell/public/cpp:service_test_support",
- "//services/shell/public/cpp:sources",
- "//services/shell/public/cpp/test:run_all_shelltests",
+ "//services/service_manager/public/cpp:service_test_support",
+ "//services/service_manager/public/cpp:sources",
+ "//services/service_manager/public/cpp/test:run_all_shelltests",
]
data_deps = [
« no previous file with comments | « components/dom_distiller/content/renderer/distiller_native_javascript.cc ('k') | components/filesystem/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698