chromium/components/services/font/public/mojom/BUILD.gn

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

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

mojom("mojom") {
  sources = [ "font_service.mojom" ]

  public_deps = [ "//mojo/public/mojom/base" ]

  enabled_features = []

  if (enable_pdf) {
    enabled_features += [ "enable_pdf" ]
  }
}