blob: b16a808c9ab73abf063e6e4c5856916ccd2b817d [file] [log] [blame]
# Copyright 2018 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/viz/public/interfaces/hit_test/aggregated_hit_test_region.mojom"
public_headers =
[ "//components/viz/common/hit_test/aggregated_hit_test_region.h" ]
deps = [
"//components/viz/common",
]
traits_headers = [ "//services/viz/public/cpp/hit_test/aggregated_hit_test_region_struct_traits.h" ]
sources = [
"//services/viz/public/cpp/hit_test/aggregated_hit_test_region_struct_traits.cc",
]
type_mappings =
[ "viz.mojom.AggregatedHitTestRegion=viz::AggregatedHitTestRegion" ]