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

Unified Diff: components/font_service/BUILD.gn

Issue 2080513002: Deletes mojo::Callback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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/directory_impl.h ('k') | components/mus/clipboard/BUILD.gn » ('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 59dd6e8088e939997b8930fe6656c9ea42ab9d48..c83667554b9d9704cc1c2211cf73143457503214 100644
--- a/components/font_service/BUILD.gn
+++ b/components/font_service/BUILD.gn
@@ -34,9 +34,7 @@ mojo_native_application("font_service") {
deps = [
":lib",
"//base",
- "//mojo/common",
- "//mojo/common:common_base",
- "//mojo/public/cpp/bindings:callback",
+ "//mojo/public/c/system",
"//services/shell/public/cpp",
]
« no previous file with comments | « components/filesystem/directory_impl.h ('k') | components/mus/clipboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698