chromium/components/fingerprinting_protection_filter/mojom/BUILD.gn

# Copyright 2024 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/features.gni")
import("//mojo/public/tools/bindings/mojom.gni")

# For this component iOS is explicitly not supported.
if (use_blink) {
  mojom("mojom") {
    sources = [ "fingerprinting_protection_filter.mojom" ]
    deps = [
      "//components/subresource_filter/core/mojom",
      "//mojo/public/mojom/base",
    ]
  }
}