blob: 7f648e69f147f4a26e746ed18ce213324cafef55 [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# 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("mojom") {
generate_java = true
sources = [
"touch_action.mojom",
]
public_deps = [
"//mojo/public/mojom/base",
]
}