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

Unified Diff: components/filesystem/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/bitmap_uploader/bitmap_uploader.cc ('k') | components/filesystem/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/BUILD.gn
diff --git a/components/filesystem/BUILD.gn b/components/filesystem/BUILD.gn
index e941f31ece50326d325a60da53473df971165d33..76e61ff54cfbcd0fab31b5f14383eeaa92677d28 100644
--- a/components/filesystem/BUILD.gn
+++ b/components/filesystem/BUILD.gn
@@ -26,8 +26,8 @@ source_set("lib") {
"//mojo/common",
"//mojo/common:common_base",
"//mojo/platform_handle",
- "//mojo/shell/public/cpp",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp",
+ "//services/shell/public/interfaces",
"//url",
]
}
@@ -48,7 +48,7 @@ mojo_native_application("filesystem") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//mojo/services/tracing/public/cpp",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
]
data_deps = [
@@ -77,9 +77,9 @@ test("unittests") {
"//mojo/common",
"//mojo/platform_handle",
"//mojo/public/cpp/bindings",
- "//mojo/shell/public/cpp:shell_test_support",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/cpp/test:run_all_shelltests",
+ "//services/shell/public/cpp:shell_test_support",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/cpp/test:run_all_shelltests",
]
data_deps = [
« no previous file with comments | « components/bitmap_uploader/bitmap_uploader.cc ('k') | components/filesystem/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698