summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/share/proto/BUILD.gn
blob: 288b12b5cbf5ff8ba09eacd83f23992e66b30b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2021 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("//third_party/protobuf/proto_library.gni")

proto_library("proto") {
  sources = [
    "share_history_message.proto",
    "share_ranking_message.proto",
    "share_target.proto",
  ]
  cc_generator_options = "lite=true:"
}