blob: 42648a6f202188f3e8f5abfc8ff87ea8a8878b0b [file] [log] [blame]
# Copyright 2017 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("document_metadata") {
sources = [
"document_metadata_extractor.cc",
"document_metadata_extractor.h",
"document_metadata_server.cc",
"document_metadata_server.h",
]
deps = [ "//components/schema_org/common:mojom_blink" ]
}