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

Unified Diff: components/resource_provider/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 | « components/profile_service/profile_service_impl.cc ('k') | components/resource_provider/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resource_provider/BUILD.gn
diff --git a/components/resource_provider/BUILD.gn b/components/resource_provider/BUILD.gn
index ce66701c3dd5b624fd3997b383b38779566a4d69..040a150ce63c2163c963dc4178beab1c582e5bb7 100644
--- a/components/resource_provider/BUILD.gn
+++ b/components/resource_provider/BUILD.gn
@@ -19,7 +19,7 @@ if (is_android) {
deps = [
":java_library",
":resource_provider_lib",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
]
}
@@ -37,7 +37,7 @@ if (is_android) {
"//components/resource_provider/public/interfaces",
"//mojo/platform_handle:for_shared_library",
"//mojo/public/c/system:for_shared_library",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
"//url",
]
}
@@ -74,7 +74,7 @@ if (is_android) {
":lib",
"//base",
"//components/resource_provider/public/interfaces",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
"//url",
]
@@ -105,7 +105,7 @@ source_set("lib") {
"//mojo/common:common_base",
"//mojo/platform_handle",
"//mojo/services/tracing/public/cpp",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
"//url",
]
}
@@ -121,9 +121,9 @@ test("resource_provider_unittests") {
":test_interfaces",
"//base",
"//components/resource_provider/public/interfaces",
- "//mojo/shell/background:main",
- "//mojo/shell/public/cpp:shell_test_support",
- "//mojo/shell/public/cpp/test:run_all_shelltests",
+ "//services/shell/background:main",
+ "//services/shell/public/cpp:shell_test_support",
+ "//services/shell/public/cpp/test:run_all_shelltests",
"//testing/gtest",
"//url",
]
@@ -152,8 +152,8 @@ mojo_native_application("test_app") {
"//base",
"//components/resource_provider/public/cpp",
"//components/resource_provider/public/interfaces",
- "//mojo/shell/public/cpp",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp",
+ "//services/shell/public/interfaces",
]
data_deps = [
« no previous file with comments | « components/profile_service/profile_service_impl.cc ('k') | components/resource_provider/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698