| # 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. |
| |
| import("//third_party/blink/renderer/core/core.gni") |
| |
| blink_core_sources("content_capture") { |
| sources = [ |
| "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", |
| "sent_nodes.cc", |
| "sent_nodes.h", |
| "task_session.cc", |
| "task_session.h", |
| ] |
| } |