summaryrefslogtreecommitdiffstats
path: root/mojo/public/interfaces/bindings/BUILD.gn
blob: c7421b9ece1e5e2c1bc76815d970227d30cfff15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2015 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("../../tools/bindings/mojom.gni")

mojom("bindings") {
  sources = [
    "interface_control_messages.mojom",
    "pipe_control_messages.mojom",
  ]
}