| # Copyright 2016 The Chromium Authors | |
| # 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 = [ | |
| "alternative_type_and_context.proto", | |
| "api_v1.proto", | |
| "autofill_sampling_rate.proto", | |
| "autofill_sync.proto", | |
| "password_requirements.proto", | |
| "password_requirements_shard.proto", | |
| "server.proto", | |
| "states.proto", | |
| "strike_data.proto", | |
| ] | |
| } |