blob: 9d28338814c6b58276901062672c0038859a37ea [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.
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",
]
}