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

Unified Diff: media/mojo/services/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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/DEPS ('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 c74097940de8f45dcb03242f3369c3d71857fbdc..af9b783c7a1b1f6786394ea467ca300fdf19dfcb 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -79,8 +79,8 @@ source_set("proxy") {
"//media/mojo/interfaces",
"//mojo/common",
"//mojo/public/c/system:for_component",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/interfaces",
]
}
@@ -92,7 +92,7 @@ source_set("cdm_service") {
"//media/mojo/interfaces",
"//mojo/common",
"//mojo/public/c/system:for_component",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/interfaces",
"//url",
]
@@ -183,7 +183,7 @@ source_set("application") {
"//base",
"//media",
"//media/mojo/interfaces",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
]
}
@@ -199,7 +199,7 @@ source_set("application_factory") {
":application",
"//base",
"//media",
- "//mojo/shell/public/cpp:sources",
+ "//services/shell/public/cpp:sources",
]
if (enable_test_mojo_media_client) {
@@ -236,7 +236,7 @@ mojo_native_application("media") {
"//media",
"//mojo/logging",
"//mojo/public/c/system:for_shared_library",
- "//mojo/shell/public/cpp:sources",
+ "//services/shell/public/cpp:sources",
]
}
@@ -261,7 +261,7 @@ mojo_native_application("media_apptests") {
"//media/base:test_support",
"//media/mojo/common",
"//media/mojo/interfaces",
- "//mojo/shell/public/cpp:test_support",
+ "//services/shell/public/cpp:test_support",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « media/mojo/DEPS ('k') | media/mojo/services/android_mojo_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698