Refactor WebsiteSettings to operate on a SecurityInfo
[chromium-blink-merge.git] / blimp / common / proto / BUILD.gn
blobd5fc25d974fe2e6c643304a5231610641610c97d
1 # Copyright 2015 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 proto_library("proto") {
8   sources = [
9     "blimp_message.proto",
10     "client_control.proto",
11     "common.proto",
12     "compositor.proto",
13     "input.proto",
14     "server_control.proto",
15   ]