blob: 18f812cec2386c1425949d655b51cfda2aeeb5e0 [file] [log] [blame]
# Copyright 2017 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/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" ]
}