chromium/chrome/common/companion/BUILD.gn

# 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.

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

source_set("visual_query") {
  sources = []

  deps = [
    ":mojo_bindings",
    "//mojo/public/cpp/base:protobuf_support",
  ]
}

mojom("mojo_bindings") {
  sources = [ "visual_query.mojom" ]
  public_deps = [
    "//mojo/public/mojom/base",
    "//mojo/public/mojom/base:protobuf_support",
    "//skia/public/mojom",
    "//ui/base/mojom",
    "//url/mojom:url_mojom_gurl",
  ]
}