blob: 00e2400845fe606f396422d821d741f1ba811297 [file] [log] [blame]
xiaoyinh820778c52017-06-21 01:42:511# Copyright 2017 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.
4
5import("//mojo/public/tools/bindings/mojom.gni")
6
7mojom("interfaces") {
8 sources = [
9 "auth_type.mojom",
10 ]
11}