blob: 7e52773f811472091981d8238c215b75462e0dd9 [file] [log] [blame]
# Copyright 2019 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 = "//components/content_capture/common/content_capture_data.mojom"
public_headers =
[ "//components/content_capture/common/content_capture_data.h" ]
traits_headers =
[ "//components/content_capture/common/content_capture_mojom_traits.h" ]
sources = [
"//components/content_capture/common/content_capture_mojom_traits.cc",
"//components/content_capture/common/content_capture_mojom_traits.h",
]
deps = [
"//base",
"//components/content_capture/common:common",
"//ui/gfx/geometry/mojom:mojom_traits",
]
type_mappings = [ "content_capture.mojom.ContentCaptureData=::content_capture::ContentCaptureData" ]