summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/services/cups_proxy/public/mojom/proxy.typemap
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/services/cups_proxy/public/mojom/proxy.typemap')
-rw-r--r--chromium/chrome/services/cups_proxy/public/mojom/proxy.typemap16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/chrome/services/cups_proxy/public/mojom/proxy.typemap b/chromium/chrome/services/cups_proxy/public/mojom/proxy.typemap
new file mode 100644
index 00000000000..ebb9f53df04
--- /dev/null
+++ b/chromium/chrome/services/cups_proxy/public/mojom/proxy.typemap
@@ -0,0 +1,16 @@
+mojom = "//chrome/services/cups_proxy/public/mojom/proxy.mojom"
+
+public_headers = [ "//chrome/services/ipp_parser/public/cpp/ipp_converter.h" ]
+
+traits_headers =
+ [ "//chrome/services/cups_proxy/public/mojom/proxy_mojom_traits.h" ]
+
+sources = [
+ "//chrome/services/cups_proxy/public/mojom/proxy_mojom_traits.cc",
+]
+
+public_deps = [
+ "//printing",
+]
+
+type_mappings = [ "cups_proxy.mojom.HttpHeader=ipp_converter::HttpHeader" ]