summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/web_applications/proto/BUILD.gn
blob: 1a5554173475b2e289e9b8ffee440a0a75acd187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2018 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") {
  import_dirs = [ "//components/sync/protocol" ]
  sources = [
    "web_app.proto",
  ]
  link_deps = [ "//components/sync/protocol" ]
}