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

Unified Diff: components/font_service/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/filesystem/main.cc ('k') | components/font_service/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/font_service/BUILD.gn
diff --git a/components/font_service/BUILD.gn b/components/font_service/BUILD.gn
index 49f939072eb9782c7178aae76a9226a2c122c54c..eb48d922b8e95245665aa8e62529f7db59122746 100644
--- a/components/font_service/BUILD.gn
+++ b/components/font_service/BUILD.gn
@@ -13,11 +13,11 @@ source_set("lib") {
deps = [
"//base",
"//components/font_service/public/interfaces",
- "//mojo/application/public/cpp",
"//mojo/common:common_base",
"//mojo/platform_handle",
"//mojo/public/cpp/bindings",
"//mojo/services/tracing/public/cpp",
+ "//mojo/shell/public/cpp",
]
public_deps = [
@@ -33,9 +33,9 @@ mojo_native_application("font_service") {
deps = [
":lib",
"//base",
- "//mojo/application/public/cpp",
"//mojo/common",
"//mojo/common:common_base",
"//mojo/public/cpp/bindings:callback",
+ "//mojo/shell/public/cpp",
]
}
« no previous file with comments | « components/filesystem/main.cc ('k') | components/font_service/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698