chromium/ui/base/dragdrop/mojom/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.

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

mojom_component("mojom") {
  output_prefix = "ui_base_dragdrop_mojom"
  macro_prefix = "UI_BASE_DRAGDROP_MOJOM"
  generate_java = true
  sources = [ "drag_drop_types.mojom" ]
}