blob: 1689e50c2cfd758766081e715ade18a013eb6898 [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 = "//content/common/url_loader_factory_bundle.mojom"
public_headers = [ "//content/common/url_loader_factory_bundle.h" ]
traits_headers =
[ "//content/common/url_loader_factory_bundle_struct_traits.h" ]
sources = [
"//content/common/url_loader_factory_bundle_struct_traits.cc",
]
type_mappings = [ "content.mojom.URLLoaderFactoryBundle=std::unique_ptr<content::URLLoaderFactoryBundleInfo>[move_only,nullable_is_same_type]" ]