chromium/third_party/blink/renderer/core/content_capture/build.gni

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

blink_core_sources_content_capture = [
  "content_capture_manager.cc",
  "content_capture_manager.h",
  "content_capture_task.cc",
  "content_capture_task.h",
  "content_capture_task_histogram_reporter.cc",
  "content_capture_task_histogram_reporter.h",
  "content_holder.cc",
  "content_holder.h",
  "task_session.cc",
  "task_session.h",
]

blink_core_tests_content_capture = [ "content_capture_test.cc" ]