chromium/ui/ozone/public/mojom/BUILD.gn

# Copyright 2016 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("gesture_properties_service") {
  sources = [ "gesture_properties_service.mojom" ]

  public_deps = [ "//mojo/public/mojom/base" ]
}