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

Unified Diff: components/font_service/public/interfaces/BUILD.gn

Issue 2539383002: Replace base::File wrapping with typemapping. (Closed)
Patch Set: Created 4 years 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
Index: components/font_service/public/interfaces/BUILD.gn
diff --git a/components/font_service/public/interfaces/BUILD.gn b/components/font_service/public/interfaces/BUILD.gn
index e60d556129cfb15b614e3437704a3e2c646a6db9..12efaaf4b99e1be4ca4c5d225350067fdceb9a3d 100644
--- a/components/font_service/public/interfaces/BUILD.gn
+++ b/components/font_service/public/interfaces/BUILD.gn
@@ -8,4 +8,8 @@ mojom("interfaces") {
sources = [
"font_service.mojom",
]
+
+ public_deps = [
+ "//mojo/common:common_custom_types",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698