# Copyright 2023 The Chromium Authors
# 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/modules/modules.gni")
blink_modules_sources("content_extraction") {
sources = [
"document_chunker.cc",
"document_chunker.h",
"inner_html_agent.cc",
"inner_html_agent.h",
"inner_html_builder.cc",
"inner_html_builder.h",
"inner_text_agent.cc",
"inner_text_agent.h",
"inner_text_builder.cc",
"inner_text_builder.h",
]
}