| # Copyright 2016 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 = "//content/common/native_types.mojom" | |
| public_headers = [ "//content/public/common/web_preferences.h" ] | |
| traits_headers = [ "//content/public/common/common_param_traits_macros.h" ] | |
| type_mappings = [ | |
| "content.mojom.V8CacheOptions=content::V8CacheOptions", | |
| "content.mojom.WebPreferences=content::WebPreferences", | |
| ] |