blob: e45950e508d9d396ffb0acfc89ad7355db63fbce [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541# Copyright 2014 The Chromium Authors
[email protected]797b25042014-07-01 23:54:172# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//third_party/protobuf/proto_library.gni")
6
Ben Schwartz503914242020-06-10 18:43:277if (is_android) {
8 import("//build/config/android/rules.gni")
9}
10
[email protected]797b25042014-07-01 23:54:1711proto_library("probe_message_proto") {
Nico Weber8ab26372020-01-13 17:04:1612 sources = [ "probe_message.proto" ]
[email protected]797b25042014-07-01 23:54:1713}
Ben Schwartz503914242020-06-10 18:43:2714
Carlos IL092a9055702022-03-16 15:53:2615proto_library("key_pinning_proto") {
16 sources = [
17 "key_pinning.proto",
18 "kp_timestamp.proto",
19 ]
20}
21
Ben Schwartz503914242020-06-10 18:43:2722if (is_android) {
23 java_cpp_enum("secure_dns_management_mode_generated_enum") {
24 sources = [ "secure_dns_config.h" ]
25 }
26}