| # 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 = "//chrome/common/chrome_render_frame.mojom" | |
| public_headers = [ "//chrome/common/web_application_info.h" ] | |
| traits_headers = | |
| [ "//chrome/common/web_application_info_provider_param_traits.h" ] | |
| public_deps = [ | |
| "//ipc", | |
| ] | |
| type_mappings = [ "chrome.mojom.WebApplicationInfo=::WebApplicationInfo" ] |