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

Unified Diff: media/mojo/services/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
« no previous file with comments | « media/mojo/interfaces/media_service.mojom ('k') | media/mojo/services/android_mojo_media_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index 48f0d37d340ffcb459be09646d42808d1d3bdab6..3ed6a2cf01047a8e93e67da64d469b47c0bccf13 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -3,8 +3,8 @@
# found in the LICENSE file.
import("//media/media_options.gni")
-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")
config("mojo_media_config") {
@@ -88,7 +88,7 @@ component("services") {
"//media/mojo/interfaces",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//url",
]
@@ -97,7 +97,7 @@ component("services") {
"//media:shared_memory_support",
"//media/mojo/common",
"//mojo/common",
- "//services/shell/public/interfaces",
+ "//services/service_manager/public/interfaces",
]
if (is_android) {
@@ -130,7 +130,7 @@ service("media") {
deps = [
"//mojo/public/c/system",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
]
}
@@ -147,8 +147,8 @@ test("media_mojo_shell_unittests") {
"//media/mojo/clients",
"//media/mojo/common",
"//media/mojo/interfaces",
- "//services/shell/public/cpp:service_test_support",
- "//services/shell/public/cpp/test:run_all_shelltests",
+ "//services/service_manager/public/cpp:service_test_support",
+ "//services/service_manager/public/cpp/test:run_all_shelltests",
"//testing/gmock",
"//testing/gtest",
]
@@ -175,7 +175,7 @@ test("media_pipeline_integration_unittests") {
deps = [
"//media/test:mojo_pipeline_integration_tests",
- "//services/shell/public/cpp/test:run_all_shelltests",
+ "//services/service_manager/public/cpp/test:run_all_shelltests",
]
data_deps = [
« no previous file with comments | « media/mojo/interfaces/media_service.mojom ('k') | media/mojo/services/android_mojo_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698