blob: bb4574477e9e02d4e4d7a14f4484b1397a1fa8fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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" ]
}
|