blob: 2c1b42c6a30db85827c30a62822d1f9aac3cca83 [file] [log] [blame]
# 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 = "//services/network/public/mojom/url_loader.mojom"
public_headers = [ "//services/network/public/cpp/resource_response.h" ]
traits_headers =
[ "//services/network/public/cpp/url_response_head_mojom_traits.h" ]
sources = [
"//services/network/public/cpp/url_response_head_mojom_traits.cc",
]
public_deps = [
"//services/network/public/cpp:cpp_base",
]
type_mappings =
[ "network.mojom.URLResponseHead=network::ResourceResponseHead" ]