blob: 799c9fc6807a2f2901d1b4d6075a4aeee8dc9861 [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/public/common/resource_type.mojom"
public_headers = [ "//content/public/common/resource_type.h" ]
traits_headers = [ "//content/public/common/resource_type_struct_traits.h" ]
sources = [
"//content/public/common/resource_type_struct_traits.cc",
]
deps = [
"//content:export",
]
type_mappings = [ "content.mojom.ResourceType=content::ResourceType" ]