Index: chrome/browser/ui/app_list/search/playstore/mojo/app_discovery_result.typemap |
diff --git a/chrome/browser/ui/app_list/search/playstore/mojo/app_discovery_result.typemap b/chrome/browser/ui/app_list/search/playstore/mojo/app_discovery_result.typemap |
new file mode 100644 |
index 0000000000000000000000000000000000000000..75516865d080416a1873fdd6e41392b3ca2682f6 |
--- /dev/null |
+++ b/chrome/browser/ui/app_list/search/playstore/mojo/app_discovery_result.typemap |
@@ -0,0 +1,11 @@ |
+# 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/arc/common/app.mojom" |
+public_headers = [ "//chrome/browser/ui/app_list/search/playstore/playstore_search_result.h" ] |
+traits_headers = [ "//chrome/browser/ui/app_list/search/playstore/mojo/app_discovery_result_traits.h" ] |
+sources = [ |
+ "//chrome/browser/ui/app_list/search/playstore/mojo/app_discovery_result_traits.cc", |
+] |
+type_mappings = [ "arc.mojom.AppDiscoveryResult=::std::unique_ptr<app_list::PlayStoreSearchResult>[move_only]" ] |