Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / copresence / proto / BUILD.gn
blobcdffe4bb6f4487ff57b031e1c59a77b64c285ae9
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: components/copresence.gypi:copresence_proto
8 proto_library("proto") {
9   sources = [
10     "codes.proto",
11     "config_data.proto",
12     "data.proto",
13     "enums.proto",
14     "identity.proto",
15     "push_message.proto",
16     "rpcs.proto",
17   ]