chromium/components/content_capture/renderer/BUILD.gn

# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("renderer") {
  sources = [
    "content_capture_sender.cc",
    "content_capture_sender.h",
  ]

  deps = [
    "//components/content_capture/common",
    "//components/content_capture/common:mojo_interfaces",
    "//content/public/common",
    "//content/public/renderer",
    "//third_party/blink/public:blink",
  ]
}