Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / extensions / common / api / cast_channel / BUILD.gn
blob475fa1291931cc2a74ef040c178d7a0ecc529fa2
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("//third_party/protobuf/proto_library.gni")
7 # GYP version: extensions/common/api/api.gyp:cast_channel_proto
8 proto_library("cast_channel_proto") {
9   sources = [
10     "authority_keys.proto",
11     "cast_channel.proto",
12     "logging.proto",
13   ]