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

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

Issue 2842163003: Use mojo.common.mojom.FilePath to represent file paths (Closed)
Patch Set: Use mojo.common.mojom.FilePath to represent file paths Created 3 years, 8 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 | « no previous file | components/chrome_cleaner/public/interfaces/chrome_prompt.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/chrome_cleaner/public/interfaces/BUILD.gn
diff --git a/components/chrome_cleaner/public/interfaces/BUILD.gn b/components/chrome_cleaner/public/interfaces/BUILD.gn
index 039f1222a13b307979152527ae93e8bc7ad75879..160898384a69e00e5cfca395d2e6fd27ae67ec32 100644
--- a/components/chrome_cleaner/public/interfaces/BUILD.gn
+++ b/components/chrome_cleaner/public/interfaces/BUILD.gn
@@ -8,4 +8,7 @@ mojom("interfaces") {
sources = [
"chrome_prompt.mojom",
]
+ deps = [
+ "//mojo/common:common_custom_types",
+ ]
}
« no previous file with comments | « no previous file | components/chrome_cleaner/public/interfaces/chrome_prompt.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698