# 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.
static_library("renderer") {
sources = [
"commerce_web_extractor.cc",
"commerce_web_extractor.h",
]
deps = [
"//base",
"//components/commerce/core/mojom:mojo_bindings",
"//content/public/renderer",
"//ipc",
"//third_party/blink/public:blink",
]
}