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

Unified Diff: components/filesystem/BUILD.gn

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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/devtools_service/main.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 178633b37aab37454998e9a94704c5f6c53d9528..299ac10b21fc62a273f7b85e71743867bcb6975e 100644
--- a/components/filesystem/BUILD.gn
+++ b/components/filesystem/BUILD.gn
@@ -21,11 +21,11 @@ source_set("lib") {
deps = [
"//base",
"//components/filesystem/public/interfaces",
- "//mojo/application/public/cpp",
"//mojo/common",
"//mojo/common:common_base",
"//mojo/platform_handle",
"//mojo/services/tracing/public/cpp",
+ "//mojo/shell/public/cpp",
"//url",
]
}
@@ -38,12 +38,12 @@ mojo_native_application("filesystem") {
deps = [
":lib",
"//base",
- "//mojo/application/public/cpp",
"//mojo/common",
"//mojo/environment:chromium",
"//mojo/platform_handle:for_shared_library",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
+ "//mojo/shell/public/cpp",
]
}
@@ -62,9 +62,9 @@ mojo_native_application("apptests") {
deps = [
"//base",
"//components/filesystem/public/interfaces",
- "//mojo/application/public/cpp:test_support",
"//mojo/platform_handle:for_shared_library",
"//mojo/public/cpp/bindings",
+ "//mojo/shell/public/cpp:test_support",
]
data_deps = [
« no previous file with comments | « components/devtools_service/main.cc ('k') | components/filesystem/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698