Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00f
[chromium-blink-merge.git] / mojo / services / accessibility / public / interfaces / BUILD.gn
blob5b371f0c25b93519c196d0b90107e9bdd579451c
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//mojo/public/tools/bindings/mojom.gni")
7 mojom("interfaces") {
8   sources = [
9     "accessibility.mojom",
10   ]
12   deps = [
13     "//mojo/services/geometry/public/interfaces",
14   ]