Fork the mojo shell interfaces used by Mandoline.
[chromium-blink-merge.git] / components / resource_provider / public / interfaces / BUILD.gn
blobd3cb620c19d92b6b95cdfa7cf35267ce0a65438a
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("//build/module_args/mojo.gni")
6 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
8 mojom("interfaces") {
9   sources = [
10     "resource_provider.mojom",
11   ]
13   deps = [
14     "//mojo/application/public/interfaces",
15   ]