blob: 9f83614ca72cca40c3bfb27502439030446358f6 [file] [log] [blame]
# Copyright 2016 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/libprotobuf-mutator/fuzzable_proto_library.gni")
fuzzable_proto_library("proto") {
sources = [
"api_v1.proto",
"autofill_sync.proto",
"password_requirements.proto",
"password_requirements_shard.proto",
"server.proto",
"strike_data.proto",
]
}
static_library("legacy_proto_bridge") {
sources = [
"legacy_proto_bridge.cc",
"legacy_proto_bridge.h",
]
deps = [
":proto",
]
}