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

Unified Diff: components/chrome_cleaner/public/typemaps/chrome_prompt.typemap

Issue 2932703006: Chrome Cleaner: Remove indirect base::FilePath mojo dependency. (Closed)
Patch Set: Address review comments on #5 Created 3 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
Index: components/chrome_cleaner/public/typemaps/chrome_prompt.typemap
diff --git a/components/chrome_cleaner/public/typemaps/chrome_prompt.typemap b/components/chrome_cleaner/public/typemaps/chrome_prompt.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..ec34d5ea5378e3dbbf065e2eb9b765fa4bed0b65
--- /dev/null
+++ b/components/chrome_cleaner/public/typemaps/chrome_prompt.typemap
@@ -0,0 +1,12 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//components/chrome_cleaner/public/interfaces/chrome_prompt.mojom"
+public_headers = [ "//base/files/file_path.h" ]
+traits_headers = [ "//components/chrome_cleaner/public/typemaps/chrome_prompt_struct_traits.h" ]
+sources = [
+ "//components/chrome_cleaner/public/typemaps/chrome_prompt_struct_traits.cc",
+]
+
+type_mappings = [ "chrome_cleaner.mojom.FilePath=base::FilePath" ]

Powered by Google App Engine
This is Rietveld 408576698