| # Copyright 2022 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("browsing_topics") { |
| sources = [ |
| "browsing_topics_document_supplement.cc", |
| "browsing_topics_document_supplement.h", |
| ] |
| |
| deps = [ |
| "//components/browsing_topics/common:common", |
| "//services/metrics/public/cpp:ukm_builders", |
| ] |
| |
| public_deps = [ "//third_party/blink/public/mojom:mojom_modules_blink" ] |
| } |