chromium/third_party/blink/public/common/tokens/BUILD.gn

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

source_set("tokens_headers") {
  configs += [ "//third_party/blink/common:blink_common_implementation" ]

  # Note that tokens_mojom_traits.h and tokens_mojom_traits_helper.h
  # are in the //third_party/blink/public/mojom/tokens:tokens_traits target.
  public = [
    "multi_token.h",
    "multi_token_internal.h",
    "tokens.h",
  ]

  public_deps = [
    "//base",
    "//mojo/public/cpp/base",
    "//mojo/public/cpp/bindings",
    "//mojo/public/cpp/system",
    "//mojo/public/mojom/base",
    "//third_party/blink/public/common:common_export",
    "//ui/base/clipboard:clipboard",
  ]
}