blob: 079592c0df2c28f6826d5cd811a45a6f32545c4d [file] [log] [blame]
# 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",
"//base/strings/string16.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",
"chrome_cleaner.mojom.RegistryKey=base::string16",
"chrome_cleaner.mojom.ExtensionId=base::string16",
]