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

Unified Diff: components/filesystem/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/filesystem/public/interfaces/BUILD.gn
diff --git a/components/filesystem/public/interfaces/BUILD.gn b/components/filesystem/public/interfaces/BUILD.gn
index a1ef7b675749b0e7cacc022f927549bcdd5a887f..b65d3a797ebd11134ea0f31d4d107646d61ce94f 100644
--- a/components/filesystem/public/interfaces/BUILD.gn
+++ b/components/filesystem/public/interfaces/BUILD.gn
@@ -11,4 +11,7 @@ mojom("interfaces") {
"file_system.mojom",
"types.mojom",
]
+ public_deps = [
+ "//mojo/common:common_custom_types",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698