blob: da6bf3985df60326b28783bd69cc64535c9d8a9b [file] [log] [blame]
# 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")
# Nothing outside //chrome/chrome_cleaner can depend on these targets.
visibility = [ "//chrome/chrome_cleaner/*" ]
proto_library("file_digest_proto") {
sources = [ "file_digest.proto" ]
}
proto_library("shared_pup_enums_proto") {
sources = [ "shared_pup_enums.proto" ]
}
proto_library("uws_spec_by_version_proto") {
sources = [ "uws_spec_by_version.proto" ]
link_deps = [ ":shared_pup_enums_proto" ]
}