| 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" ]
|
|
|