blob: afe1e5551ed0d42531197897a110ce917b3a08d8 [file] [log] [blame]
# Copyright 2019 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("send_tab_to_self_proto") {
import_dirs = [ "//components/sync/protocol" ]
sources = [
"send_tab_to_self.proto",
]
link_deps = [ "//components/sync/protocol:protocol" ]
}